StructuredPojo
, ToCopyableBuilder<StepConfig.Builder,StepConfig>
@Generated("software.amazon.awssdk:codegen") public class StepConfig extends Object implements StructuredPojo, ToCopyableBuilder<StepConfig.Builder,StepConfig>
Specification of a cluster (job flow) step.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StepConfig.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
actionOnFailure() |
The action to take if the step fails.
|
static StepConfig.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
HadoopJarStepConfig |
hadoopJarStep() |
The JAR file used for the step.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the step.
|
static Class<? extends StepConfig.Builder> |
serializableBuilderClass() |
|
StepConfig.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the step.
public String actionOnFailure()
The action to take if the step fails.
ActionOnFailure
public HadoopJarStepConfig hadoopJarStep()
The JAR file used for the step.
public StepConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StepConfig.Builder,StepConfig>
public static StepConfig.Builder builder()
public static Class<? extends StepConfig.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.