Interface InstanceConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceConfig.Builder,
,InstanceConfig> SdkBuilder<InstanceConfig.Builder,
,InstanceConfig> SdkPojo
- Enclosing class:
InstanceConfig
@Mutable
@NotThreadSafe
public static interface InstanceConfig.Builder
extends SdkPojo, CopyableBuilder<InstanceConfig.Builder,InstanceConfig>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceType
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-