| 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=Experimental) public Tag.Builder key(String key)
Tag.getKey()key - Tag key. This parameter is required.
(In the actual file on disk this will be cased as "Key", and the structure is
patched to match this structure upon loading:
https://github.com/aws/aws-cdk/blob/4aadaa779b48f35838cccd4e25107b2338f05547/packages/%40aws-cdk/cloud-assembly-schema/lib/manifest.ts#L137)this@Stability(value=Experimental) public Tag.Builder value(String value)
Tag.getValue()value - Tag value. This parameter is required.
(In the actual file on disk this will be cased as "Value", and the structure is
patched to match this structure upon loading:
https://github.com/aws/aws-cdk/blob/4aadaa779b48f35838cccd4e25107b2338f05547/packages/%40aws-cdk/cloud-assembly-schema/lib/manifest.ts#L137)this@Stability(value=Experimental) public Tag build()
build in interface software.amazon.jsii.Builder<Tag>TagNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.