Interface InstanceTypeItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceTypeItem.Builder,,InstanceTypeItem> SdkBuilder<InstanceTypeItem.Builder,,InstanceTypeItem> SdkPojo
- Enclosing class:
- InstanceTypeItem
@Mutable
@NotThreadSafe
public static interface InstanceTypeItem.Builder
extends SdkPojo, CopyableBuilder<InstanceTypeItem.Builder,InstanceTypeItem>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceType(String instanceType) Sets the value of the InstanceType property for this object.The number of default VCPUs in an instance type.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
Sets the value of the InstanceType property for this object.- Parameters:
instanceType- The new value for the InstanceType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vcpUs
The number of default VCPUs in an instance type.
- Parameters:
vcpUs- The number of default VCPUs in an instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-