Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StartExecutionRequest.Builder,StartExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public class StartExecutionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StartExecutionRequest.Builder,StartExecutionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StartExecutionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static StartExecutionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
input() |
The JSON input data for the execution.
|
String |
name() |
The name of the execution.
|
static Class<? extends StartExecutionRequest.Builder> |
serializableBuilderClass() |
|
String |
stateMachineArn() |
The Amazon Resource Name (ARN) of the state machine to execute.
|
StartExecutionRequest.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 stateMachineArn()
The Amazon Resource Name (ARN) of the state machine to execute.
public String name()
The name of the execution. This name must be unique for your AWS account and region.
public String input()
The JSON input data for the execution.
public StartExecutionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartExecutionRequest.Builder,StartExecutionRequest>
public static StartExecutionRequest.Builder builder()
public static Class<? extends StartExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.