public static interface SsmAutomation.Builder extends SdkPojo, CopyableBuilder<SsmAutomation.Builder,SsmAutomation>
| Modifier and Type | Method and Description |
|---|---|
SsmAutomation.Builder |
documentName(String documentName)
The automation document's name.
|
SsmAutomation.Builder |
documentVersion(String documentVersion)
The automation document's version to use when running.
|
SsmAutomation.Builder |
dynamicParameters(Map<String,DynamicSsmParameterValue> dynamicParameters)
The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.
|
SsmAutomation.Builder |
parameters(Map<String,? extends Collection<String>> parameters)
The key-value pair parameters to use when running the automation document.
|
SsmAutomation.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.
|
SsmAutomation.Builder |
targetAccount(SsmTargetAccount targetAccount)
The account that the automation document will be run in.
|
SsmAutomation.Builder |
targetAccount(String targetAccount)
The account that the automation document will be run in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSsmAutomation.Builder documentName(String documentName)
The automation document's name.
documentName - The automation document's name.SsmAutomation.Builder documentVersion(String documentVersion)
The automation document's version to use when running.
documentVersion - The automation document's version to use when running.SsmAutomation.Builder dynamicParameters(Map<String,DynamicSsmParameterValue> dynamicParameters)
The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook.
dynamicParameters - The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation
runbook.SsmAutomation.Builder parameters(Map<String,? extends Collection<String>> parameters)
The key-value pair parameters to use when running the automation document.
parameters - The key-value pair parameters to use when running the automation document.SsmAutomation.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.
roleArn - The Amazon Resource Name (ARN) of the role that the automation document will assume when running
commands.SsmAutomation.Builder targetAccount(String targetAccount)
The account that the automation document will be run in. This can be in either the management account or an application account.
targetAccount - The account that the automation document will be run in. This can be in either the management account
or an application account.SsmTargetAccount,
SsmTargetAccountSsmAutomation.Builder targetAccount(SsmTargetAccount targetAccount)
The account that the automation document will be run in. This can be in either the management account or an application account.
targetAccount - The account that the automation document will be run in. This can be in either the management account
or an application account.SsmTargetAccount,
SsmTargetAccountCopyright © 2023. All rights reserved.