@Stability(value=Stable) public static final class CfnActivity.TagsEntryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnActivity.TagsEntryProperty>
CfnActivity.TagsEntryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnActivity.TagsEntryProperty |
build()
Builds the configured instance.
|
CfnActivity.TagsEntryProperty.Builder |
key(String key)
Sets the value of
CfnActivity.TagsEntryProperty.getKey() |
CfnActivity.TagsEntryProperty.Builder |
value(String value)
Sets the value of
CfnActivity.TagsEntryProperty.getValue() |
@Stability(value=Stable) public CfnActivity.TagsEntryProperty.Builder key(String key)
CfnActivity.TagsEntryProperty.getKey()key - The `key` for a key-value pair in a tag entry. This parameter is required.this@Stability(value=Stable) public CfnActivity.TagsEntryProperty.Builder value(String value)
CfnActivity.TagsEntryProperty.getValue()value - The `value` for a key-value pair in a tag entry. This parameter is required.this@Stability(value=Stable) public CfnActivity.TagsEntryProperty build()
build in interface software.amazon.jsii.Builder<CfnActivity.TagsEntryProperty>CfnActivity.TagsEntryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.