public static final class CfnSchemaVersionMetadataProps.Builder
extends java.lang.Object
CfnSchemaVersionMetadataProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnSchemaVersionMetadataProps |
build()
Builds the configured instance.
|
CfnSchemaVersionMetadataProps.Builder |
key(java.lang.String key)
Sets the value of
CfnSchemaVersionMetadataProps.getKey() |
CfnSchemaVersionMetadataProps.Builder |
schemaVersionId(java.lang.String schemaVersionId)
Sets the value of
CfnSchemaVersionMetadataProps.getSchemaVersionId() |
CfnSchemaVersionMetadataProps.Builder |
value(java.lang.String value)
Sets the value of
CfnSchemaVersionMetadataProps.getValue() |
public CfnSchemaVersionMetadataProps.Builder key(java.lang.String key)
CfnSchemaVersionMetadataProps.getKey()
key
- A metadata key in a key-value pair for metadata. This parameter is required.this
public CfnSchemaVersionMetadataProps.Builder schemaVersionId(java.lang.String schemaVersionId)
CfnSchemaVersionMetadataProps.getSchemaVersionId()
schemaVersionId
- The version number of the schema. This parameter is required.this
public CfnSchemaVersionMetadataProps.Builder value(java.lang.String value)
CfnSchemaVersionMetadataProps.getValue()
value
- A metadata key's corresponding value. This parameter is required.this
public CfnSchemaVersionMetadataProps build()
CfnSchemaVersionMetadataProps
java.lang.NullPointerException
- if any required attribute was not provided