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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateClusterSoftwareInstanceGroupSpecification.BuilderinstanceGroupName(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 Detail
-
instanceGroupName
UpdateClusterSoftwareInstanceGroupSpecification.Builder instanceGroupName(String 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.
-
-