Interface UpdateClusterSoftwareInstanceGroupSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateClusterSoftwareInstanceGroupSpecification.Builder,
,UpdateClusterSoftwareInstanceGroupSpecification> SdkBuilder<UpdateClusterSoftwareInstanceGroupSpecification.Builder,
,UpdateClusterSoftwareInstanceGroupSpecification> SdkPojo
- Enclosing class:
UpdateClusterSoftwareInstanceGroupSpecification
@Mutable
@NotThreadSafe
public static interface UpdateClusterSoftwareInstanceGroupSpecification.Builder
extends SdkPojo, CopyableBuilder<UpdateClusterSoftwareInstanceGroupSpecification.Builder,UpdateClusterSoftwareInstanceGroupSpecification>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceGroupName
(String instanceGroupName) The name of the instance group to update.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
-
instanceGroupName
The name of the instance group to update.
- Parameters:
instanceGroupName
- The name of the instance group to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-