@Generated(value="software.amazon.awssdk:codegen") public class StartAutomationExecutionRequest extends SSMRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartAutomationExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartAutomationExecutionRequest.Builder |
builder() |
String |
clientToken()
User-provided idempotency token.
|
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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
requestOverrideConfigpublic 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String clientToken()
User-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID format, and can't be reused.
public StartAutomationExecutionRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>toBuilder in class SSMRequestpublic static StartAutomationExecutionRequest.Builder builder()
public static Class<? extends StartAutomationExecutionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2017. All rights reserved.