@Stability(value=Stable) public static final class CfnResponsePlan.SsmAutomationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResponsePlan.SsmAutomationProperty>
CfnResponsePlan.SsmAutomationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnResponsePlan.SsmAutomationProperty.Builder documentName(String documentName)
CfnResponsePlan.SsmAutomationProperty.getDocumentName()documentName - The automation document's name. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.SsmAutomationProperty.Builder roleArn(String roleArn)
CfnResponsePlan.SsmAutomationProperty.getRoleArn()roleArn - The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.SsmAutomationProperty.Builder documentVersion(String documentVersion)
CfnResponsePlan.SsmAutomationProperty.getDocumentVersion()documentVersion - The automation document's version to use when running.this@Stability(value=Stable) public CfnResponsePlan.SsmAutomationProperty.Builder dynamicParameters(IResolvable dynamicParameters)
CfnResponsePlan.SsmAutomationProperty.getDynamicParameters()dynamicParameters - `CfnResponsePlan.SsmAutomationProperty.DynamicParameters`.this@Stability(value=Stable) public CfnResponsePlan.SsmAutomationProperty.Builder dynamicParameters(List<? extends Object> dynamicParameters)
CfnResponsePlan.SsmAutomationProperty.getDynamicParameters()dynamicParameters - `CfnResponsePlan.SsmAutomationProperty.DynamicParameters`.this@Stability(value=Stable) public CfnResponsePlan.SsmAutomationProperty.Builder parameters(IResolvable parameters)
CfnResponsePlan.SsmAutomationProperty.getParameters()parameters - The key-value pair parameters to use when running the automation document.this@Stability(value=Stable) public CfnResponsePlan.SsmAutomationProperty.Builder parameters(List<? extends Object> parameters)
CfnResponsePlan.SsmAutomationProperty.getParameters()parameters - The key-value pair parameters to use when running the automation document.this@Stability(value=Stable) public CfnResponsePlan.SsmAutomationProperty.Builder targetAccount(String targetAccount)
CfnResponsePlan.SsmAutomationProperty.getTargetAccount()targetAccount - The account that the automation document will be run in.
This can be in either the management account or an application account.this@Stability(value=Stable) public CfnResponsePlan.SsmAutomationProperty build()
build in interface software.amazon.jsii.Builder<CfnResponsePlan.SsmAutomationProperty>CfnResponsePlan.SsmAutomationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.