| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTag |
build()
Builds the configured instance.
|
CfnTag.Builder |
key(String key)
Sets the value of
CfnTag.getKey() |
CfnTag.Builder |
value(String value)
Sets the value of
CfnTag.getValue() |
@Stability(value=Experimental) public CfnTag.Builder key(String key)
CfnTag.getKey()key - the value to be set. This parameter is required.this@Stability(value=Experimental) public CfnTag.Builder value(String value)
CfnTag.getValue()value - the value to be set. This parameter is required.this@Stability(value=Experimental) public CfnTag build()
build in interface software.amazon.jsii.Builder<CfnTag>CfnTagNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.