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