public static final class TagOptions.Builder
extends java.lang.Object
TagOptions
.Modifier and Type | Method and Description |
---|---|
TagOptions.Builder |
allowedValuesForTags(java.util.Map<java.lang.String,? extends java.util.List<java.lang.String>> allowedValuesForTags)
The values that are allowed to be set for specific tags.
|
TagOptions |
build() |
static TagOptions.Builder |
create(software.constructs.Construct scope,
java.lang.String id) |
public static TagOptions.Builder create(software.constructs.Construct scope, java.lang.String id)
scope
- This parameter is required.id
- This parameter is required.TagOptions.Builder
.public TagOptions.Builder allowedValuesForTags(java.util.Map<java.lang.String,? extends java.util.List<java.lang.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
public TagOptions build()