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