Interface InstanceTypeItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceTypeItem.Builder,InstanceTypeItem>,SdkBuilder<InstanceTypeItem.Builder,InstanceTypeItem>,SdkPojo
- Enclosing class:
- InstanceTypeItem
public static interface InstanceTypeItem.Builder extends SdkPojo, CopyableBuilder<InstanceTypeItem.Builder,InstanceTypeItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceTypeItem.BuilderinstanceType(String instanceType)Sets the value of the InstanceType property for this object.InstanceTypeItem.BuildervcpUs(Integer vcpUs)The number of default VCPUs in an instance type.-
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
InstanceTypeItem.Builder instanceType(String 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
InstanceTypeItem.Builder vcpUs(Integer 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.
-
-