Interface RedshiftInstanceDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedshiftInstanceDetails.Builder,RedshiftInstanceDetails>,SdkBuilder<RedshiftInstanceDetails.Builder,RedshiftInstanceDetails>,SdkPojo
- Enclosing class:
- RedshiftInstanceDetails
public static interface RedshiftInstanceDetails.Builder extends SdkPojo, CopyableBuilder<RedshiftInstanceDetails.Builder,RedshiftInstanceDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedshiftInstanceDetails.BuildercurrentGeneration(Boolean currentGeneration)Determines whether the recommendation is for a current-generation instance.RedshiftInstanceDetails.Builderfamily(String family)The instance family of the recommended reservation.RedshiftInstanceDetails.BuildernodeType(String nodeType)The type of node that Amazon Web Services recommends.RedshiftInstanceDetails.Builderregion(String region)The Amazon Web Services Region of the recommended reservation.RedshiftInstanceDetails.BuildersizeFlexEligible(Boolean sizeFlexEligible)Determines whether the recommended reservation is size flexible.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
family
RedshiftInstanceDetails.Builder family(String family)
The instance family of the recommended reservation.
- Parameters:
family- The instance family of the recommended reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeType
RedshiftInstanceDetails.Builder nodeType(String nodeType)
The type of node that Amazon Web Services recommends.
- Parameters:
nodeType- The type of node that Amazon Web Services recommends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
RedshiftInstanceDetails.Builder region(String region)
The Amazon Web Services Region of the recommended reservation.
- Parameters:
region- The Amazon Web Services Region of the recommended reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentGeneration
RedshiftInstanceDetails.Builder currentGeneration(Boolean currentGeneration)
Determines whether the recommendation is for a current-generation instance.
- Parameters:
currentGeneration- Determines whether the recommendation is for a current-generation instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizeFlexEligible
RedshiftInstanceDetails.Builder sizeFlexEligible(Boolean sizeFlexEligible)
Determines whether the recommended reservation is size flexible.
- Parameters:
sizeFlexEligible- Determines whether the recommended reservation is size flexible.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-