Interface NodeAdditionResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeAdditionResult.Builder,
,NodeAdditionResult> SdkBuilder<NodeAdditionResult.Builder,
,NodeAdditionResult> SdkPojo
- Enclosing class:
NodeAdditionResult
@Mutable
@NotThreadSafe
public static interface NodeAdditionResult.Builder
extends SdkPojo, CopyableBuilder<NodeAdditionResult.Builder,NodeAdditionResult>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceGroupName
(String instanceGroupName) The name of the instance group to which the node was added.nodeLogicalId
(String nodeLogicalId) A unique identifier assigned to the node that can be used to track its provisioning status through theDescribeClusterNode
operation.The current status of the node.status
(ClusterInstanceStatus status) The current status of the node.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
-
nodeLogicalId
A unique identifier assigned to the node that can be used to track its provisioning status through the
DescribeClusterNode
operation.- Parameters:
nodeLogicalId
- A unique identifier assigned to the node that can be used to track its provisioning status through theDescribeClusterNode
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceGroupName
The name of the instance group to which the node was added.
- Parameters:
instanceGroupName
- The name of the instance group to which the node was added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the node. Possible values include
Pending
,Running
,Failed
,ShuttingDown
,SystemUpdating
,DeepHealthCheckInProgress
, andNotFound
.- Parameters:
status
- The current status of the node. Possible values includePending
,Running
,Failed
,ShuttingDown
,SystemUpdating
,DeepHealthCheckInProgress
, andNotFound
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the node. Possible values include
Pending
,Running
,Failed
,ShuttingDown
,SystemUpdating
,DeepHealthCheckInProgress
, andNotFound
.- Parameters:
status
- The current status of the node. Possible values includePending
,Running
,Failed
,ShuttingDown
,SystemUpdating
,DeepHealthCheckInProgress
, andNotFound
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-