@Stability(value=Stable) public static final class CfnDimension.Builder extends Object implements software.amazon.jsii.Builder<CfnDimension>
CfnDimension.| Modifier and Type | Method and Description |
|---|---|
CfnDimension |
build() |
static CfnDimension.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDimension.Builder |
name(String name)
A unique identifier for the dimension.
|
CfnDimension.Builder |
stringValues(List<String> stringValues)
Specifies the value or list of values for the dimension.
|
CfnDimension.Builder |
tags(List<? extends CfnTag> tags)
Metadata that can be used to manage the dimension.
|
CfnDimension.Builder |
type(String type)
Specifies the type of dimension.
|
@Stability(value=Stable) public static CfnDimension.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDimension.Builder.@Stability(value=Stable) public CfnDimension.Builder stringValues(List<String> stringValues)
For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").
stringValues - Specifies the value or list of values for the dimension. This parameter is required.this@Stability(value=Stable) public CfnDimension.Builder type(String type)
Supported types: TOPIC_FILTER.
type - Specifies the type of dimension. This parameter is required.this@Stability(value=Stable) public CfnDimension.Builder name(String name)
name - A unique identifier for the dimension. This parameter is required.this@Stability(value=Stable) public CfnDimension.Builder tags(List<? extends CfnTag> tags)
tags - Metadata that can be used to manage the dimension. This parameter is required.this@Stability(value=Stable) public CfnDimension build()
build in interface software.amazon.jsii.Builder<CfnDimension>Copyright © 2022. All rights reserved.