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