Interface CapacitySize.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CapacitySize.Builder,,CapacitySize> SdkBuilder<CapacitySize.Builder,,CapacitySize> SdkPojo
- Enclosing class:
 CapacitySize
- 
Method Summary
Modifier and TypeMethodDescriptionSpecifies the endpoint capacity type.type(CapacitySizeType type) Specifies the endpoint capacity type.Defines the capacity size, either as a number of instances or a capacity percentage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
type
Specifies the endpoint capacity type.
- 
 
INSTANCE_COUNT: The endpoint activates based on the number of instances. - 
 
CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity. 
- Parameters:
 type- Specifies the endpoint capacity type.- 
        
INSTANCE_COUNT: The endpoint activates based on the number of instances. - 
        
CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
type
Specifies the endpoint capacity type.
- 
 
INSTANCE_COUNT: The endpoint activates based on the number of instances. - 
 
CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity. 
- Parameters:
 type- Specifies the endpoint capacity type.- 
        
INSTANCE_COUNT: The endpoint activates based on the number of instances. - 
        
CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
value
Defines the capacity size, either as a number of instances or a capacity percentage.
- Parameters:
 value- Defines the capacity size, either as a number of instances or a capacity percentage.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -