@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)
`AWS::IoT::Dimension.Name`.
|
CfnDimension.Builder |
stringValues(List<String> stringValues)
`AWS::IoT::Dimension.StringValues`.
|
CfnDimension.Builder |
tags(List<? extends CfnTag> tags)
`AWS::IoT::Dimension.Tags`.
|
CfnDimension.Builder |
type(String type)
`AWS::IoT::Dimension.Type`.
|
@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)
stringValues - `AWS::IoT::Dimension.StringValues`. This parameter is required.this@Stability(value=Stable) public CfnDimension.Builder type(String type)
type - `AWS::IoT::Dimension.Type`. This parameter is required.this@Stability(value=Stable) public CfnDimension.Builder name(String name)
name - `AWS::IoT::Dimension.Name`. This parameter is required.this@Stability(value=Stable) public CfnDimension.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::IoT::Dimension.Tags`. This parameter is required.this@Stability(value=Stable) public CfnDimension build()
build in interface software.amazon.jsii.Builder<CfnDimension>Copyright © 2021. All rights reserved.