public static interface ElastiCacheInstanceDetails.Builder extends SdkPojo, CopyableBuilder<ElastiCacheInstanceDetails.Builder,ElastiCacheInstanceDetails>
Modifier and Type | Method and Description |
---|---|
ElastiCacheInstanceDetails.Builder |
currentGeneration(Boolean currentGeneration)
Whether the recommendation is for a current generation instance.
|
ElastiCacheInstanceDetails.Builder |
family(String family)
The instance family of the recommended reservation.
|
ElastiCacheInstanceDetails.Builder |
nodeType(String nodeType)
The type of node that AWS recommends.
|
ElastiCacheInstanceDetails.Builder |
productDescription(String productDescription)
The description of the recommended reservation.
|
ElastiCacheInstanceDetails.Builder |
region(String region)
The AWS Region of the recommended reservation.
|
ElastiCacheInstanceDetails.Builder |
sizeFlexEligible(Boolean sizeFlexEligible)
Whether the recommended reservation is size flexible.
|
copy
applyMutation, build
ElastiCacheInstanceDetails.Builder family(String family)
The instance family of the recommended reservation.
family
- The instance family of the recommended reservation.ElastiCacheInstanceDetails.Builder nodeType(String nodeType)
The type of node that AWS recommends.
nodeType
- The type of node that AWS recommends.ElastiCacheInstanceDetails.Builder region(String region)
The AWS Region of the recommended reservation.
region
- The AWS Region of the recommended reservation.ElastiCacheInstanceDetails.Builder productDescription(String productDescription)
The description of the recommended reservation.
productDescription
- The description of the recommended reservation.ElastiCacheInstanceDetails.Builder currentGeneration(Boolean currentGeneration)
Whether the recommendation is for a current generation instance.
currentGeneration
- Whether the recommendation is for a current generation instance.ElastiCacheInstanceDetails.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.