Interface AddClusterNodeSpecification.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AddClusterNodeSpecification.Builder,AddClusterNodeSpecification>,SdkBuilder<AddClusterNodeSpecification.Builder,AddClusterNodeSpecification>,SdkPojo
- Enclosing class:
- AddClusterNodeSpecification
@Mutable @NotThreadSafe public static interface AddClusterNodeSpecification.Builder extends SdkPojo, CopyableBuilder<AddClusterNodeSpecification.Builder,AddClusterNodeSpecification>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddClusterNodeSpecification.BuilderincrementTargetCountBy(Integer incrementTargetCountBy)The number of nodes to add to the specified instance group.AddClusterNodeSpecification.BuilderinstanceGroupName(String instanceGroupName)The name of the instance group to which you want to add nodes.-
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
AddClusterNodeSpecification.Builder instanceGroupName(String instanceGroupName)
The name of the instance group to which you want to add nodes.
- Parameters:
instanceGroupName- The name of the instance group to which you want to add nodes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incrementTargetCountBy
AddClusterNodeSpecification.Builder incrementTargetCountBy(Integer incrementTargetCountBy)
The number of nodes to add to the specified instance group. The total number of nodes across all instance groups in a single request cannot exceed 50.
- Parameters:
incrementTargetCountBy- The number of nodes to add to the specified instance group. The total number of nodes across all instance groups in a single request cannot exceed 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-