Interface InstanceTypeCapacity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceTypeCapacity.Builder,InstanceTypeCapacity>,SdkBuilder<InstanceTypeCapacity.Builder,InstanceTypeCapacity>,SdkPojo
- Enclosing class:
- InstanceTypeCapacity
public static interface InstanceTypeCapacity.Builder extends SdkPojo, CopyableBuilder<InstanceTypeCapacity.Builder,InstanceTypeCapacity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceTypeCapacity.Buildercount(Integer count)The number of instances for the specified instance type.InstanceTypeCapacity.BuilderinstanceType(String instanceType)The instance type of the hosts.-
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
-
instanceType
InstanceTypeCapacity.Builder instanceType(String 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
InstanceTypeCapacity.Builder count(Integer 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.
-
-