@Stability(value=Stable) public static final class CfnDimensionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDimensionProps>
CfnDimensionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDimensionProps |
build()
Builds the configured instance.
|
CfnDimensionProps.Builder |
name(String name)
Sets the value of
CfnDimensionProps.getName() |
CfnDimensionProps.Builder |
stringValues(List<String> stringValues)
Sets the value of
CfnDimensionProps.getStringValues() |
CfnDimensionProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDimensionProps.getTags() |
CfnDimensionProps.Builder |
type(String type)
Sets the value of
CfnDimensionProps.getType() |
@Stability(value=Stable) public CfnDimensionProps.Builder stringValues(List<String> stringValues)
CfnDimensionProps.getStringValues()stringValues - Specifies the value or list of values for the dimension. This parameter is required.
For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").this@Stability(value=Stable) public CfnDimensionProps.Builder type(String type)
CfnDimensionProps.getType()type - Specifies the type of dimension. This parameter is required.
Supported types: TOPIC_FILTER.this@Stability(value=Stable) public CfnDimensionProps.Builder name(String name)
CfnDimensionProps.getName()name - A unique identifier for the dimension.this@Stability(value=Stable) public CfnDimensionProps.Builder tags(List<? extends CfnTag> tags)
CfnDimensionProps.getTags()tags - Metadata that can be used to manage the dimension.this@Stability(value=Stable) public CfnDimensionProps build()
build in interface software.amazon.jsii.Builder<CfnDimensionProps>CfnDimensionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.