Interface InstanceGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceGroup.Builder,
,InstanceGroup> SdkBuilder<InstanceGroup.Builder,
,InstanceGroup> SdkPojo
- Enclosing class:
InstanceGroup
@Mutable
@NotThreadSafe
public static interface InstanceGroup.Builder
extends SdkPojo, CopyableBuilder<InstanceGroup.Builder,InstanceGroup>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceCount
(Integer instanceCount) Specifies the number of instances of the instance group.instanceGroupName
(String instanceGroupName) Specifies the name of the instance group.instanceType
(String instanceType) Specifies the instance type of the instance group.instanceType
(TrainingInstanceType instanceType) Specifies the instance type of the instance 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
Specifies the instance type of the instance group.
- Parameters:
instanceType
- Specifies the instance type of the instance group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
Specifies the instance type of the instance group.
- Parameters:
instanceType
- Specifies the instance type of the instance group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceCount
Specifies the number of instances of the instance group.
- Parameters:
instanceCount
- Specifies the number of instances of the instance group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceGroupName
Specifies the name of the instance group.
- Parameters:
instanceGroupName
- Specifies the name of the instance group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-