Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public class StartAutomationExecutionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StartAutomationExecutionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static StartAutomationExecutionRequest.Builder |
builder() |
|
String |
documentName() |
The name of the Automation document to use for this execution.
|
String |
documentVersion() |
The version of the Automation document to use for this execution.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Map<String,List<String>> |
parameters() |
A key-value map of execution parameters, which match the declared parameters in the Automation document.
|
static Class<? extends StartAutomationExecutionRequest.Builder> |
serializableBuilderClass() |
|
StartAutomationExecutionRequest.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 documentName()
The name of the Automation document to use for this execution.
public String documentVersion()
The version of the Automation document to use for this execution.
public Map<String,List<String>> parameters()
A key-value map of execution parameters, which match the declared parameters in the Automation document.
public StartAutomationExecutionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
public static StartAutomationExecutionRequest.Builder builder()
public static Class<? extends StartAutomationExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.