@Stability(value=Stable) public static final class CfnDeploymentGroup.OnPremisesTagSetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.OnPremisesTagSetProperty>
CfnDeploymentGroup.OnPremisesTagSetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.OnPremisesTagSetProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.OnPremisesTagSetProperty.Builder |
onPremisesTagSetList(IResolvable onPremisesTagSetList)
Sets the value of
CfnDeploymentGroup.OnPremisesTagSetProperty.getOnPremisesTagSetList() |
CfnDeploymentGroup.OnPremisesTagSetProperty.Builder |
onPremisesTagSetList(List<? extends Object> onPremisesTagSetList)
Sets the value of
CfnDeploymentGroup.OnPremisesTagSetProperty.getOnPremisesTagSetList() |
@Stability(value=Stable) public CfnDeploymentGroup.OnPremisesTagSetProperty.Builder onPremisesTagSetList(IResolvable onPremisesTagSetList)
CfnDeploymentGroup.OnPremisesTagSetProperty.getOnPremisesTagSetList()onPremisesTagSetList - A list that contains other lists of on-premises instance tag groups.
For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
Duplicates are not allowed.
this@Stability(value=Stable) public CfnDeploymentGroup.OnPremisesTagSetProperty.Builder onPremisesTagSetList(List<? extends Object> onPremisesTagSetList)
CfnDeploymentGroup.OnPremisesTagSetProperty.getOnPremisesTagSetList()onPremisesTagSetList - A list that contains other lists of on-premises instance tag groups.
For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.
Duplicates are not allowed.
this@Stability(value=Stable) public CfnDeploymentGroup.OnPremisesTagSetProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.OnPremisesTagSetProperty>CfnDeploymentGroup.OnPremisesTagSetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.