@Stability(value=Stable) public static final class CfnEventBus.TagEntryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEventBus.TagEntryProperty>
CfnEventBus.TagEntryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEventBus.TagEntryProperty |
build()
Builds the configured instance.
|
CfnEventBus.TagEntryProperty.Builder |
key(String key)
Sets the value of
CfnEventBus.TagEntryProperty.getKey() |
CfnEventBus.TagEntryProperty.Builder |
value(String value)
Sets the value of
CfnEventBus.TagEntryProperty.getValue() |
@Stability(value=Stable) public CfnEventBus.TagEntryProperty.Builder key(String key)
CfnEventBus.TagEntryProperty.getKey()key - A string you can use to assign a value. This parameter is required.
The combination of tag keys and values can help you organize and categorize your resources.this@Stability(value=Stable) public CfnEventBus.TagEntryProperty.Builder value(String value)
CfnEventBus.TagEntryProperty.getValue()value - The value for the specified tag key. This parameter is required.this@Stability(value=Stable) public CfnEventBus.TagEntryProperty build()
build in interface software.amazon.jsii.Builder<CfnEventBus.TagEntryProperty>CfnEventBus.TagEntryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.