public static final class TagUpdateConstraintOptions.Builder
extends java.lang.Object
TagUpdateConstraintOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TagUpdateConstraintOptions.Builder |
allow(java.lang.Boolean allow)
Sets the value of
TagUpdateConstraintOptions.getAllow() |
TagUpdateConstraintOptions |
build()
Builds the configured instance.
|
TagUpdateConstraintOptions.Builder |
description(java.lang.String description)
Sets the value of
CommonConstraintOptions.getDescription() |
TagUpdateConstraintOptions.Builder |
messageLanguage(MessageLanguage messageLanguage)
Sets the value of
CommonConstraintOptions.getMessageLanguage() |
public TagUpdateConstraintOptions.Builder allow(java.lang.Boolean allow)
TagUpdateConstraintOptions.getAllow()
allow
- Toggle for if users should be allowed to change/update tags on provisioned products.this
public TagUpdateConstraintOptions.Builder description(java.lang.String description)
CommonConstraintOptions.getDescription()
description
- The description of the constraint.this
public TagUpdateConstraintOptions.Builder messageLanguage(MessageLanguage messageLanguage)
CommonConstraintOptions.getMessageLanguage()
messageLanguage
- The language code.
Configures the language for error messages from service catalog.this
public TagUpdateConstraintOptions build()
TagUpdateConstraintOptions
java.lang.NullPointerException
- if any required attribute was not provided