Interface InstanceTypeCapacity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceTypeCapacity.Builder,,InstanceTypeCapacity> SdkBuilder<InstanceTypeCapacity.Builder,,InstanceTypeCapacity> SdkPojo
- Enclosing class:
- InstanceTypeCapacity
@Mutable
@NotThreadSafe
public static interface InstanceTypeCapacity.Builder
extends SdkPojo, CopyableBuilder<InstanceTypeCapacity.Builder,InstanceTypeCapacity>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of instances for the specified instance type.instanceType(String instanceType) The instance type of the hosts.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
-
instanceType
The instance type of the hosts.
- Parameters:
instanceType- The instance type of the hosts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The number of instances for the specified instance type.
- Parameters:
count- The number of instances for the specified instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-