public static final class CfnStateMachine.TagsEntryProperty.Builder
extends java.lang.Object
CfnStateMachine.TagsEntryProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnStateMachine.TagsEntryProperty |
build()
Builds the configured instance.
|
CfnStateMachine.TagsEntryProperty.Builder |
key(java.lang.String key)
Sets the value of
CfnStateMachine.TagsEntryProperty.getKey() |
CfnStateMachine.TagsEntryProperty.Builder |
value(java.lang.String value)
Sets the value of
CfnStateMachine.TagsEntryProperty.getValue() |
public CfnStateMachine.TagsEntryProperty.Builder key(java.lang.String key)
CfnStateMachine.TagsEntryProperty.getKey()
key
- The `key` for a key-value pair in a tag entry. This parameter is required.this
public CfnStateMachine.TagsEntryProperty.Builder value(java.lang.String value)
CfnStateMachine.TagsEntryProperty.getValue()
value
- The `value` for a key-value pair in a tag entry. This parameter is required.this
public CfnStateMachine.TagsEntryProperty build()
CfnStateMachine.TagsEntryProperty
java.lang.NullPointerException
- if any required attribute was not provided