public static final class CfnDeploymentGroup.OnPremisesTagSetProperty.Builder
extends java.lang.Object
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(java.util.List<? extends java.lang.Object> onPremisesTagSetList)
Sets the value of
CfnDeploymentGroup.OnPremisesTagSetProperty.getOnPremisesTagSetList() |
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
public CfnDeploymentGroup.OnPremisesTagSetProperty.Builder onPremisesTagSetList(java.util.List<? extends java.lang.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
public CfnDeploymentGroup.OnPremisesTagSetProperty build()
CfnDeploymentGroup.OnPremisesTagSetProperty
java.lang.NullPointerException
- if any required attribute was not provided