Interface QuoteCapacity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QuoteCapacity.Builder,,QuoteCapacity> SdkBuilder<QuoteCapacity.Builder,,QuoteCapacity> SdkPojo
- Enclosing class:
QuoteCapacity
@Mutable
@NotThreadSafe
public static interface QuoteCapacity.Builder
extends SdkPojo, CopyableBuilder<QuoteCapacity.Builder,QuoteCapacity>
-
Method Summary
Modifier and TypeMethodDescriptionThe quantity of the specified capacity unit.quoteCapacityType(String quoteCapacityType) The type of capacity.quoteCapacityType(QuoteCapacityType quoteCapacityType) The type of capacity.The unit of measurement for the 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
-
quoteCapacityType
The type of capacity. Valid values are
EC2,EBS, andS3.- Parameters:
quoteCapacityType- The type of capacity. Valid values areEC2,EBS, andS3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quoteCapacityType
The type of capacity. Valid values are
EC2,EBS, andS3.- Parameters:
quoteCapacityType- The type of capacity. Valid values areEC2,EBS, andS3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
The unit of measurement for the capacity. For Amazon EC2, this is the instance type (for example,
c5.24xlarge). For Amazon EBS and Amazon S3, this is the storage unit (for example,TiBfor tebibytes).- Parameters:
unit- The unit of measurement for the capacity. For Amazon EC2, this is the instance type (for example,c5.24xlarge). For Amazon EBS and Amazon S3, this is the storage unit (for example,TiBfor tebibytes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quantity
The quantity of the specified capacity unit. For Amazon EC2, this is the number of additional instances to add to the Outpost. For Amazon EBS and Amazon S3, this is the total desired end-state capacity of the Outpost.
- Parameters:
quantity- The quantity of the specified capacity unit. For Amazon EC2, this is the number of additional instances to add to the Outpost. For Amazon EBS and Amazon S3, this is the total desired end-state capacity of the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-