| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
build()
Builds the configured instance.
|
Tag.Builder |
key(String key)
Sets the value of
Tag.getKey() |
Tag.Builder |
value(String value)
Sets the value of
Tag.getValue() |
@Stability(value=Stable) public Tag.Builder key(String key)
Tag.getKey()key - key to e tagged. This parameter is required.this@Stability(value=Stable) public Tag.Builder value(String value)
Tag.getValue()value - additional value. This parameter is required.this@Stability(value=Stable) public Tag build()
build in interface software.amazon.jsii.Builder<Tag>TagNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.