Class CfnSchemaVersion.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnSchemaVersion.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchemaVersion>
- Enclosing class:
CfnSchemaVersion
@Stability(Stable)
public static final class CfnSchemaVersion.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchemaVersion>
A fluent builder for
CfnSchemaVersion
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnSchemaVersion.Builder
schema
(IResolvable schema) The schema that includes the schema version.The schema that includes the schema version.schemaDefinition
(String schemaDefinition) The schema definition for the schema version.
-
Method Details
-
create
@Stability(Stable) public static CfnSchemaVersion.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
CfnSchemaVersion.Builder
.
-
schema
The schema that includes the schema version.- Parameters:
schema
- The schema that includes the schema version. This parameter is required.- Returns:
this
- See Also:
-
schema
The schema that includes the schema version.- Parameters:
schema
- The schema that includes the schema version. This parameter is required.- Returns:
this
- See Also:
-
schemaDefinition
The schema definition for the schema version.- Parameters:
schemaDefinition
- The schema definition for the schema version. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSchemaVersion>
- Returns:
- a newly built instance of
CfnSchemaVersion
.
-