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