public static final class TagOptionsProps.Builder
extends java.lang.Object
TagOptionsProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TagOptionsProps.Builder |
allowedValuesForTags(java.util.Map<java.lang.String,? extends java.util.List<java.lang.String>> allowedValuesForTags)
Sets the value of
TagOptionsProps.getAllowedValuesForTags() |
TagOptionsProps |
build()
Builds the configured instance.
|
public TagOptionsProps.Builder allowedValuesForTags(java.util.Map<java.lang.String,? extends java.util.List<java.lang.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
public TagOptionsProps build()
TagOptionsProps
java.lang.NullPointerException
- if any required attribute was not provided