| Modifier and Type | Method and Description |
|---|---|
CfnLabel |
build() |
static CfnLabel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLabel.Builder |
description(String description)
The label description.
|
CfnLabel.Builder |
name(String name)
The label name.
|
CfnLabel.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnLabel.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.CfnLabel.Builder.@Stability(value=Stable) public CfnLabel.Builder name(String name)
Pattern: ^[0-9a-z_-]+$
name - The label name. This parameter is required.this@Stability(value=Stable) public CfnLabel.Builder description(String description)
description - The label description. This parameter is required.this@Stability(value=Stable) public CfnLabel.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.thisCopyright © 2022. All rights reserved.