Interface InstanceConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceConfig.Builder,InstanceConfig>,SdkBuilder<InstanceConfig.Builder,InstanceConfig>,SdkPojo
- Enclosing class:
- InstanceConfig
public static interface InstanceConfig.Builder extends SdkPojo, CopyableBuilder<InstanceConfig.Builder,InstanceConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceConfig.BuilderinstanceType(String instanceType)The EC2 instance type that Amazon Web Services PCS can provision in the compute node group.-
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
InstanceConfig.Builder instanceType(String instanceType)
The EC2 instance type that Amazon Web Services PCS can provision in the compute node group.
Example:
t2.xlarge- Parameters:
instanceType- The EC2 instance type that Amazon Web Services PCS can provision in the compute node group.Example:
t2.xlarge- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-