@Stability(value=Stable) public static final class CfnSchemaVersionMetadataProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSchemaVersionMetadataProps>
CfnSchemaVersionMetadataProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchemaVersionMetadataProps |
build()
Builds the configured instance.
|
CfnSchemaVersionMetadataProps.Builder |
key(String key)
Sets the value of
CfnSchemaVersionMetadataProps.getKey() |
CfnSchemaVersionMetadataProps.Builder |
schemaVersionId(String schemaVersionId)
Sets the value of
CfnSchemaVersionMetadataProps.getSchemaVersionId() |
CfnSchemaVersionMetadataProps.Builder |
value(String value)
Sets the value of
CfnSchemaVersionMetadataProps.getValue() |
@Stability(value=Stable) public CfnSchemaVersionMetadataProps.Builder key(String key)
CfnSchemaVersionMetadataProps.getKey()key - `AWS::Glue::SchemaVersionMetadata.Key`. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionMetadataProps.Builder schemaVersionId(String schemaVersionId)
CfnSchemaVersionMetadataProps.getSchemaVersionId()schemaVersionId - `AWS::Glue::SchemaVersionMetadata.SchemaVersionId`. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionMetadataProps.Builder value(String value)
CfnSchemaVersionMetadataProps.getValue()value - `AWS::Glue::SchemaVersionMetadata.Value`. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionMetadataProps build()
build in interface software.amazon.jsii.Builder<CfnSchemaVersionMetadataProps>CfnSchemaVersionMetadataPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.