Interface SetUnhealthyNodeReplacementRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetUnhealthyNodeReplacementRequest.Builder,SetUnhealthyNodeReplacementRequest>,EmrRequest.Builder,SdkBuilder<SetUnhealthyNodeReplacementRequest.Builder,SetUnhealthyNodeReplacementRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetUnhealthyNodeReplacementRequest
public static interface SetUnhealthyNodeReplacementRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<SetUnhealthyNodeReplacementRequest.Builder,SetUnhealthyNodeReplacementRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetUnhealthyNodeReplacementRequest.BuilderjobFlowIds(String... jobFlowIds)The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement.SetUnhealthyNodeReplacementRequest.BuilderjobFlowIds(Collection<String> jobFlowIds)The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement.SetUnhealthyNodeReplacementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetUnhealthyNodeReplacementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetUnhealthyNodeReplacementRequest.BuilderunhealthyNodeReplacement(Boolean unhealthyNodeReplacement)Indicates whether to turn on or turn off graceful unhealthy node replacement.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
-
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
-
jobFlowIds
SetUnhealthyNodeReplacementRequest.Builder jobFlowIds(Collection<String> jobFlowIds)
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.
- Parameters:
jobFlowIds- The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobFlowIds
SetUnhealthyNodeReplacementRequest.Builder jobFlowIds(String... jobFlowIds)
The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.
- Parameters:
jobFlowIds- The list of strings that uniquely identify the clusters for which to turn on unhealthy node replacement. You can get these identifiers by running the RunJobFlow or the DescribeJobFlows operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unhealthyNodeReplacement
SetUnhealthyNodeReplacementRequest.Builder unhealthyNodeReplacement(Boolean unhealthyNodeReplacement)
Indicates whether to turn on or turn off graceful unhealthy node replacement.
- Parameters:
unhealthyNodeReplacement- Indicates whether to turn on or turn off graceful unhealthy node replacement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetUnhealthyNodeReplacementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetUnhealthyNodeReplacementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-