public static interface StartAutomationExecutionRequest.Builder extends SSMRequest.Builder, CopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
Modifier and Type | Method and Description |
---|---|
StartAutomationExecutionRequest.Builder |
clientToken(String clientToken)
User-provided idempotency token.
|
StartAutomationExecutionRequest.Builder |
documentName(String documentName)
The name of the Automation document to use for this execution.
|
StartAutomationExecutionRequest.Builder |
documentVersion(String documentVersion)
The version of the Automation document to use for this execution.
|
StartAutomationExecutionRequest.Builder |
parameters(Map<String,? extends Collection<String>> parameters)
A key-value map of execution parameters, which match the declared parameters in the Automation document.
|
StartAutomationExecutionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
StartAutomationExecutionRequest.Builder documentName(String documentName)
The name of the Automation document to use for this execution.
documentName
- The name of the Automation document to use for this execution.StartAutomationExecutionRequest.Builder documentVersion(String documentVersion)
The version of the Automation document to use for this execution.
documentVersion
- The version of the Automation document to use for this execution.StartAutomationExecutionRequest.Builder parameters(Map<String,? extends Collection<String>> parameters)
A key-value map of execution parameters, which match the declared parameters in the Automation document.
parameters
- A key-value map of execution parameters, which match the declared parameters in the Automation
document.StartAutomationExecutionRequest.Builder clientToken(String clientToken)
User-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID format, and can't be reused.
clientToken
- User-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID
format, and can't be reused.StartAutomationExecutionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.