@Stability(value=Stable) public static final class CfnTagAssociation.LFTagPairProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTagAssociation.LFTagPairProperty>
CfnTagAssociation.LFTagPairProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTagAssociation.LFTagPairProperty |
build()
Builds the configured instance.
|
CfnTagAssociation.LFTagPairProperty.Builder |
catalogId(String catalogId)
Sets the value of
CfnTagAssociation.LFTagPairProperty.getCatalogId() |
CfnTagAssociation.LFTagPairProperty.Builder |
tagKey(String tagKey)
Sets the value of
CfnTagAssociation.LFTagPairProperty.getTagKey() |
CfnTagAssociation.LFTagPairProperty.Builder |
tagValues(List<String> tagValues)
Sets the value of
CfnTagAssociation.LFTagPairProperty.getTagValues() |
@Stability(value=Stable) public CfnTagAssociation.LFTagPairProperty.Builder catalogId(String catalogId)
CfnTagAssociation.LFTagPairProperty.getCatalogId()catalogId - `CfnTagAssociation.LFTagPairProperty.CatalogId`. This parameter is required.this@Stability(value=Stable) public CfnTagAssociation.LFTagPairProperty.Builder tagKey(String tagKey)
CfnTagAssociation.LFTagPairProperty.getTagKey()tagKey - `CfnTagAssociation.LFTagPairProperty.TagKey`. This parameter is required.this@Stability(value=Stable) public CfnTagAssociation.LFTagPairProperty.Builder tagValues(List<String> tagValues)
CfnTagAssociation.LFTagPairProperty.getTagValues()tagValues - `CfnTagAssociation.LFTagPairProperty.TagValues`. This parameter is required.this@Stability(value=Stable) public CfnTagAssociation.LFTagPairProperty build()
build in interface software.amazon.jsii.Builder<CfnTagAssociation.LFTagPairProperty>CfnTagAssociation.LFTagPairPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.