@Stability(value=Stable) public static final class CfnRule.TagProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRule.TagProperty>
CfnRule.TagProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRule.TagProperty |
build()
Builds the configured instance.
|
CfnRule.TagProperty.Builder |
key(String key)
Sets the value of
CfnRule.TagProperty.getKey() |
CfnRule.TagProperty.Builder |
value(String value)
Sets the value of
CfnRule.TagProperty.getValue() |
@Stability(value=Stable) public CfnRule.TagProperty.Builder key(String key)
CfnRule.TagProperty.getKey()key - A string you can use to assign a value.
The combination of tag keys and values can help you organize and categorize your resources.this@Stability(value=Stable) public CfnRule.TagProperty.Builder value(String value)
CfnRule.TagProperty.getValue()value - The value for the specified tag key.this@Stability(value=Stable) public CfnRule.TagProperty build()
build in interface software.amazon.jsii.Builder<CfnRule.TagProperty>CfnRule.TagPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.