@Stability(value=Experimental) public static final class TagUpdateConstraintOptions.Builder extends Object implements software.amazon.jsii.Builder<TagUpdateConstraintOptions>
TagUpdateConstraintOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TagUpdateConstraintOptions.Builder |
allow(Boolean allow)
Sets the value of
TagUpdateConstraintOptions.getAllow() |
TagUpdateConstraintOptions |
build()
Builds the configured instance.
|
TagUpdateConstraintOptions.Builder |
description(String description)
Sets the value of
CommonConstraintOptions.getDescription() |
TagUpdateConstraintOptions.Builder |
messageLanguage(MessageLanguage messageLanguage)
Sets the value of
CommonConstraintOptions.getMessageLanguage() |
@Stability(value=Experimental) public TagUpdateConstraintOptions.Builder allow(Boolean allow)
TagUpdateConstraintOptions.getAllow()allow - Toggle for if users should be allowed to change/update tags on provisioned products.this@Stability(value=Experimental) public TagUpdateConstraintOptions.Builder description(String description)
CommonConstraintOptions.getDescription()description - The description of the constraint.this@Stability(value=Experimental) public TagUpdateConstraintOptions.Builder messageLanguage(MessageLanguage messageLanguage)
CommonConstraintOptions.getMessageLanguage()messageLanguage - The language code.
Configures the language for error messages from service catalog.this@Stability(value=Experimental) public TagUpdateConstraintOptions build()
build in interface software.amazon.jsii.Builder<TagUpdateConstraintOptions>TagUpdateConstraintOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.