Interface SetKeepJobFlowAliveWhenNoStepsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetKeepJobFlowAliveWhenNoStepsRequest.Builder,SetKeepJobFlowAliveWhenNoStepsRequest>,EmrRequest.Builder,SdkBuilder<SetKeepJobFlowAliveWhenNoStepsRequest.Builder,SetKeepJobFlowAliveWhenNoStepsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetKeepJobFlowAliveWhenNoStepsRequest
public static interface SetKeepJobFlowAliveWhenNoStepsRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<SetKeepJobFlowAliveWhenNoStepsRequest.Builder,SetKeepJobFlowAliveWhenNoStepsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetKeepJobFlowAliveWhenNoStepsRequest.BuilderjobFlowIds(String... jobFlowIds)A list of strings that uniquely identify the clusters to protect.SetKeepJobFlowAliveWhenNoStepsRequest.BuilderjobFlowIds(Collection<String> jobFlowIds)A list of strings that uniquely identify the clusters to protect.SetKeepJobFlowAliveWhenNoStepsRequest.BuilderkeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)A Boolean that indicates whether to terminate the cluster after all steps are executed.SetKeepJobFlowAliveWhenNoStepsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetKeepJobFlowAliveWhenNoStepsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
SetKeepJobFlowAliveWhenNoStepsRequest.Builder jobFlowIds(Collection<String> jobFlowIds)
A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows.
- Parameters:
jobFlowIds- A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobFlowIds
SetKeepJobFlowAliveWhenNoStepsRequest.Builder jobFlowIds(String... jobFlowIds)
A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows.
- Parameters:
jobFlowIds- A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keepJobFlowAliveWhenNoSteps
SetKeepJobFlowAliveWhenNoStepsRequest.Builder keepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
A Boolean that indicates whether to terminate the cluster after all steps are executed.
- Parameters:
keepJobFlowAliveWhenNoSteps- A Boolean that indicates whether to terminate the cluster after all steps are executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetKeepJobFlowAliveWhenNoStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetKeepJobFlowAliveWhenNoStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-