Interface EC2Capacity.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EC2Capacity.Builder,,EC2Capacity> SdkBuilder<EC2Capacity.Builder,,EC2Capacity> SdkPojo
- Enclosing class:
 EC2Capacity
public static interface EC2Capacity.Builder
extends SdkPojo, CopyableBuilder<EC2Capacity.Builder,EC2Capacity> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe family of the EC2 capacity.The maximum size of the EC2 capacity.The quantity of the EC2 capacity.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
family
The family of the EC2 capacity.
- Parameters:
 family- The family of the EC2 capacity.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maxSize
The maximum size of the EC2 capacity.
- Parameters:
 maxSize- The maximum size of the EC2 capacity.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
quantity
The quantity of the EC2 capacity.
- Parameters:
 quantity- The quantity of the EC2 capacity.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -