@Stability(value=Stable) public static final class TagOptions.Builder extends Object implements software.amazon.jsii.Builder<TagOptions>
TagOptions.| Modifier and Type | Method and Description |
|---|---|
TagOptions.Builder |
allowedValuesForTags(Map<String,? extends List<String>> allowedValuesForTags)
The values that are allowed to be set for specific tags.
|
TagOptions |
build() |
static TagOptions.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static TagOptions.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.TagOptions.Builder.@Stability(value=Stable) public TagOptions.Builder allowedValuesForTags(Map<String,? extends List<String>> allowedValuesForTags)
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.
allowedValuesForTags - The values that are allowed to be set for specific tags. This parameter is required.this@Stability(value=Stable) public TagOptions build()
build in interface software.amazon.jsii.Builder<TagOptions>Copyright © 2022. All rights reserved.