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