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
Modifier and TypeMethodDescriptionincrementTargetCountBy
(Integer incrementTargetCountBy) The number of nodes to add to the specified instance group.instanceGroupName
(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 Details
-
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
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.
-