CopyableBuilder<StepSummary.Builder,StepSummary>
, SdkBuilder<StepSummary.Builder,StepSummary>
public static interface StepSummary.Builder extends CopyableBuilder<StepSummary.Builder,StepSummary>
Modifier and Type | Method | Description |
---|---|---|
StepSummary.Builder |
actionOnFailure(String actionOnFailure) |
This specifies what action to take when the cluster step fails.
|
StepSummary.Builder |
actionOnFailure(ActionOnFailure actionOnFailure) |
This specifies what action to take when the cluster step fails.
|
StepSummary.Builder |
config(HadoopStepConfig config) |
The Hadoop job configuration of the cluster step.
|
StepSummary.Builder |
id(String id) |
The identifier of the cluster step.
|
StepSummary.Builder |
name(String name) |
The name of the cluster step.
|
StepSummary.Builder |
status(StepStatus status) |
The current execution status details of the cluster step.
|
copy
apply, build
StepSummary.Builder id(String id)
The identifier of the cluster step.
id
- The identifier of the cluster step.StepSummary.Builder name(String name)
The name of the cluster step.
name
- The name of the cluster step.StepSummary.Builder config(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
config
- The Hadoop job configuration of the cluster step.StepSummary.Builder actionOnFailure(String actionOnFailure)
This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.
actionOnFailure
- This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER,
CANCEL_AND_WAIT, and CONTINUE.ActionOnFailure
StepSummary.Builder actionOnFailure(ActionOnFailure actionOnFailure)
This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.
actionOnFailure
- This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER,
CANCEL_AND_WAIT, and CONTINUE.ActionOnFailure
StepSummary.Builder status(StepStatus status)
The current execution status details of the cluster step.
status
- The current execution status details of the cluster step.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.