Package software.amazon.awscdk
Class TagManagerOptions.Builder
java.lang.Object
software.amazon.awscdk.TagManagerOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TagManagerOptions>
- Enclosing interface:
TagManagerOptions
@Stability(Stable)
public static final class TagManagerOptions.Builder
extends Object
implements software.amazon.jsii.Builder<TagManagerOptions>
A builder for
TagManagerOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.tagPropertyName(String tagPropertyName) Sets the value ofTagManagerOptions.getTagPropertyName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tagPropertyName
Sets the value ofTagManagerOptions.getTagPropertyName()- Parameters:
tagPropertyName- The name of the property in CloudFormation for these tags. Normally this istags, but Cognito UserPool uses UserPoolTags- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TagManagerOptions>- Returns:
- a new instance of
TagManagerOptions - Throws:
NullPointerException- if any required attribute was not provided
-