public static interface ElastiCacheInstanceDetails.Builder extends SdkPojo, CopyableBuilder<ElastiCacheInstanceDetails.Builder,ElastiCacheInstanceDetails>
| Modifier and Type | Method and Description |
|---|---|
ElastiCacheInstanceDetails.Builder |
currentGeneration(Boolean currentGeneration)
Determines 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 Amazon Web Services recommends.
|
ElastiCacheInstanceDetails.Builder |
productDescription(String productDescription)
The description of the recommended reservation.
|
ElastiCacheInstanceDetails.Builder |
region(String region)
The Amazon Web Services Region of the recommended reservation.
|
ElastiCacheInstanceDetails.Builder |
sizeFlexEligible(Boolean sizeFlexEligible)
Determines whether the recommended reservation is size flexible.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildElastiCacheInstanceDetails.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 Amazon Web Services recommends.
nodeType - The type of node that Amazon Web Services recommends.ElastiCacheInstanceDetails.Builder region(String region)
The Amazon Web Services Region of the recommended reservation.
region - The Amazon Web Services 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)
Determines whether the recommendation is for a current generation instance.
currentGeneration - Determines whether the recommendation is for a current generation instance.ElastiCacheInstanceDetails.Builder sizeFlexEligible(Boolean sizeFlexEligible)
Determines whether the recommended reservation is size flexible.
sizeFlexEligible - Determines whether the recommended reservation is size flexible.Copyright © 2023. All rights reserved.