@Generated(value="software.amazon.awssdk:codegen") public class StartAutomationExecutionRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartAutomationExecutionRequest.Builder |
NOOP| Modifier and Type | Method and 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() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>public static StartAutomationExecutionRequest.Builder builder()
public static Class<? extends StartAutomationExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.