public static interface RedshiftInstanceDetails.Builder extends SdkPojo, CopyableBuilder<RedshiftInstanceDetails.Builder,RedshiftInstanceDetails>
Modifier and Type | Method and Description |
---|---|
RedshiftInstanceDetails.Builder |
currentGeneration(Boolean currentGeneration)
Whether the recommendation is for a current generation instance.
|
RedshiftInstanceDetails.Builder |
family(String family)
The instance family of the recommended reservation.
|
RedshiftInstanceDetails.Builder |
nodeType(String nodeType)
The type of node that AWS recommends.
|
RedshiftInstanceDetails.Builder |
region(String region)
The AWS Region of the recommended reservation.
|
RedshiftInstanceDetails.Builder |
sizeFlexEligible(Boolean sizeFlexEligible)
Whether the recommended reservation is size flexible.
|
copy
applyMutation, build
RedshiftInstanceDetails.Builder family(String family)
The instance family of the recommended reservation.
family
- The instance family of the recommended reservation.RedshiftInstanceDetails.Builder nodeType(String nodeType)
The type of node that AWS recommends.
nodeType
- The type of node that AWS recommends.RedshiftInstanceDetails.Builder region(String region)
The AWS Region of the recommended reservation.
region
- The AWS Region of the recommended reservation.RedshiftInstanceDetails.Builder currentGeneration(Boolean currentGeneration)
Whether the recommendation is for a current generation instance.
currentGeneration
- Whether the recommendation is for a current generation instance.RedshiftInstanceDetails.Builder sizeFlexEligible(Boolean sizeFlexEligible)
Whether the recommended reservation is size flexible.
sizeFlexEligible
- Whether the recommended reservation is size flexible.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.