@Stability(value=Stable) public static final class TagOptionsProps.Builder extends Object implements software.amazon.jsii.Builder<TagOptionsProps>
TagOptionsProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TagOptionsProps.Builder |
allowedValuesForTags(Map<String,? extends List<String>> allowedValuesForTags)
Sets the value of
TagOptionsProps.getAllowedValuesForTags() |
TagOptionsProps |
build()
Builds the configured instance.
|
@Stability(value=Stable) public TagOptionsProps.Builder allowedValuesForTags(Map<String,? extends List<String>> allowedValuesForTags)
TagOptionsProps.getAllowedValuesForTags()allowedValuesForTags - The values that are allowed to be set for specific tags. This parameter is required.
The keys of the map represent the tag keys,
and the values of the map are a list of allowed values for that particular tag key.this@Stability(value=Stable) public TagOptionsProps build()
build in interface software.amazon.jsii.Builder<TagOptionsProps>TagOptionsPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.