@Stability(value=Stable) public static final class CommonConstraintOptions.Builder extends Object implements software.amazon.jsii.Builder<CommonConstraintOptions>
CommonConstraintOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommonConstraintOptions |
build()
Builds the configured instance.
|
CommonConstraintOptions.Builder |
description(String description)
Sets the value of
CommonConstraintOptions.getDescription() |
CommonConstraintOptions.Builder |
messageLanguage(MessageLanguage messageLanguage)
Sets the value of
CommonConstraintOptions.getMessageLanguage() |
@Stability(value=Stable) public CommonConstraintOptions.Builder description(String description)
CommonConstraintOptions.getDescription()description - The description of the constraint.this@Stability(value=Stable) public CommonConstraintOptions.Builder messageLanguage(MessageLanguage messageLanguage)
CommonConstraintOptions.getMessageLanguage()messageLanguage - The language code.
Configures the language for error messages from service catalog.this@Stability(value=Stable) public CommonConstraintOptions build()
build in interface software.amazon.jsii.Builder<CommonConstraintOptions>CommonConstraintOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.