CopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
, SdkBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
public static interface StartAutomationExecutionRequest.Builder extends CopyableBuilder<StartAutomationExecutionRequest.Builder,StartAutomationExecutionRequest>
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.