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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartAutomationExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartAutomationExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.