Interface MemoryDBInstanceDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MemoryDBInstanceDetails.Builder,MemoryDBInstanceDetails>,SdkBuilder<MemoryDBInstanceDetails.Builder,MemoryDBInstanceDetails>,SdkPojo
- Enclosing class:
- MemoryDBInstanceDetails
public static interface MemoryDBInstanceDetails.Builder extends SdkPojo, CopyableBuilder<MemoryDBInstanceDetails.Builder,MemoryDBInstanceDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemoryDBInstanceDetails.BuildercurrentGeneration(Boolean currentGeneration)Determines whether the recommendation is for a current generation instance.MemoryDBInstanceDetails.Builderfamily(String family)The instance family of the recommended reservation.MemoryDBInstanceDetails.BuildernodeType(String nodeType)The node type of the recommended reservation.MemoryDBInstanceDetails.Builderregion(String region)The Amazon Web Services Region of the recommended reservation.MemoryDBInstanceDetails.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
MemoryDBInstanceDetails.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
MemoryDBInstanceDetails.Builder nodeType(String nodeType)
The node type of the recommended reservation.
- Parameters:
nodeType- The node type of the recommended reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
MemoryDBInstanceDetails.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
MemoryDBInstanceDetails.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
MemoryDBInstanceDetails.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.
-
-