Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AddJobFlowStepsRequest.Builder,AddJobFlowStepsRequest>
@Generated("software.amazon.awssdk:codegen") public class AddJobFlowStepsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AddJobFlowStepsRequest.Builder,AddJobFlowStepsRequest>
The input argument to the AddJobFlowSteps operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddJobFlowStepsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AddJobFlowStepsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
jobFlowId() |
A string that uniquely identifies the job flow.
|
static Class<? extends AddJobFlowStepsRequest.Builder> |
serializableBuilderClass() |
|
List<StepConfig> |
steps() |
A list of StepConfig to be executed by the job flow.
|
AddJobFlowStepsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String jobFlowId()
A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.
public List<StepConfig> steps()
A list of StepConfig to be executed by the job flow.
public AddJobFlowStepsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddJobFlowStepsRequest.Builder,AddJobFlowStepsRequest>
public static AddJobFlowStepsRequest.Builder builder()
public static Class<? extends AddJobFlowStepsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.