@Stability(value=Experimental) public static final class TagManagerOptions.Builder extends Object implements software.amazon.jsii.Builder<TagManagerOptions>
TagManagerOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TagManagerOptions |
build()
Builds the configured instance.
|
TagManagerOptions.Builder |
tagPropertyName(String tagPropertyName)
Sets the value of
TagManagerOptions.getTagPropertyName() |
@Stability(value=Experimental) public TagManagerOptions.Builder tagPropertyName(String tagPropertyName)
TagManagerOptions.getTagPropertyName()tagPropertyName - The name of the property in CloudFormation for these tags.
Normally this is tags, but Cognito UserPool uses UserPoolTagsthis@Stability(value=Experimental) public TagManagerOptions build()
build in interface software.amazon.jsii.Builder<TagManagerOptions>TagManagerOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.