@Stability(value=Stable) public static final class CfnRule.RunCommandParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRule.RunCommandParametersProperty>
CfnRule.RunCommandParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRule.RunCommandParametersProperty |
build()
Builds the configured instance.
|
CfnRule.RunCommandParametersProperty.Builder |
runCommandTargets(IResolvable runCommandTargets)
Sets the value of
CfnRule.RunCommandParametersProperty.getRunCommandTargets() |
CfnRule.RunCommandParametersProperty.Builder |
runCommandTargets(List<? extends Object> runCommandTargets)
Sets the value of
CfnRule.RunCommandParametersProperty.getRunCommandTargets() |
@Stability(value=Stable) public CfnRule.RunCommandParametersProperty.Builder runCommandTargets(IResolvable runCommandTargets)
CfnRule.RunCommandParametersProperty.getRunCommandTargets()runCommandTargets - Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag. This parameter is required.this@Stability(value=Stable) public CfnRule.RunCommandParametersProperty.Builder runCommandTargets(List<? extends Object> runCommandTargets)
CfnRule.RunCommandParametersProperty.getRunCommandTargets()runCommandTargets - Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag. This parameter is required.this@Stability(value=Stable) public CfnRule.RunCommandParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnRule.RunCommandParametersProperty>CfnRule.RunCommandParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.