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