StructuredPojo
, ToCopyableBuilder<Step.Builder,Step>
@Generated("software.amazon.awssdk:codegen") public class Step extends Object implements StructuredPojo, ToCopyableBuilder<Step.Builder,Step>
This represents a step in a cluster.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Step.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
actionOnFailure() |
This specifies what action to take when the cluster step fails.
|
static Step.Builder |
builder() |
|
HadoopStepConfig |
config() |
The Hadoop job configuration of the cluster step.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The identifier of the cluster step.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the cluster step.
|
static Class<? extends Step.Builder> |
serializableBuilderClass() |
|
StepStatus |
status() |
The current execution status details of the cluster step.
|
Step.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String id()
The identifier of the cluster step.
public String name()
The name of the cluster step.
public HadoopStepConfig config()
The Hadoop job configuration of the cluster step.
public String actionOnFailure()
This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.
ActionOnFailure
public StepStatus status()
The current execution status details of the cluster step.
public Step.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Step.Builder,Step>
public static Step.Builder builder()
public static Class<? extends Step.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.