Class SchemaVersionMetadataReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.glue.SchemaVersionMetadataReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SchemaVersionMetadataReference>
- Enclosing interface:
SchemaVersionMetadataReference
@Stability(Stable)
public static final class SchemaVersionMetadataReference.Builder
extends Object
implements software.amazon.jsii.Builder<SchemaVersionMetadataReference>
A builder for
SchemaVersionMetadataReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofSchemaVersionMetadataReference.getKey()schemaVersionId(String schemaVersionId) Sets the value ofSchemaVersionMetadataReference.getSchemaVersionId()Sets the value ofSchemaVersionMetadataReference.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofSchemaVersionMetadataReference.getKey()- Parameters:
key- The Key of the SchemaVersionMetadata resource. This parameter is required.- Returns:
this
-
schemaVersionId
@Stability(Stable) public SchemaVersionMetadataReference.Builder schemaVersionId(String schemaVersionId) Sets the value ofSchemaVersionMetadataReference.getSchemaVersionId()- Parameters:
schemaVersionId- The SchemaVersionId of the SchemaVersionMetadata resource. This parameter is required.- Returns:
this
-
value
Sets the value ofSchemaVersionMetadataReference.getValue()- Parameters:
value- The Value of the SchemaVersionMetadata resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SchemaVersionMetadataReference>- Returns:
- a new instance of
SchemaVersionMetadataReference - Throws:
NullPointerException- if any required attribute was not provided
-