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