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