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