Class CfnSchemaVersionMetadata.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnSchemaVersionMetadata.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchemaVersionMetadata>
- Enclosing class:
CfnSchemaVersionMetadata
@Stability(Stable)
public static final class CfnSchemaVersionMetadata.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchemaVersionMetadata>
A fluent builder for
CfnSchemaVersionMetadata
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
A metadata key in a key-value pair for metadata.schemaVersionId
(String schemaVersionId) The version number of the schema.A metadata key's corresponding value.
-
Method Details
-
create
@Stability(Stable) public static CfnSchemaVersionMetadata.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSchemaVersionMetadata.Builder
.
-
key
A metadata key in a key-value pair for metadata.- Parameters:
key
- A metadata key in a key-value pair for metadata. This parameter is required.- Returns:
this
- See Also:
-
schemaVersionId
The version number of the schema.- Parameters:
schemaVersionId
- The version number of the schema. This parameter is required.- Returns:
this
- See Also:
-
value
A metadata key's corresponding value.- Parameters:
value
- A metadata key's corresponding value. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSchemaVersionMetadata>
- Returns:
- a newly built instance of
CfnSchemaVersionMetadata
.
-