| Modifier and Type | Method and Description |
|---|---|
CfnSchema |
build() |
CfnSchema.Builder |
checkpointVersion(CfnSchema.SchemaVersionProperty checkpointVersion)
`AWS::Glue::Schema.CheckpointVersion`.
|
CfnSchema.Builder |
checkpointVersion(IResolvable checkpointVersion)
`AWS::Glue::Schema.CheckpointVersion`.
|
CfnSchema.Builder |
compatibility(String compatibility)
`AWS::Glue::Schema.Compatibility`.
|
static CfnSchema.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSchema.Builder |
dataFormat(String dataFormat)
`AWS::Glue::Schema.DataFormat`.
|
CfnSchema.Builder |
description(String description)
`AWS::Glue::Schema.Description`.
|
CfnSchema.Builder |
name(String name)
`AWS::Glue::Schema.Name`.
|
CfnSchema.Builder |
registry(CfnSchema.RegistryProperty registry)
`AWS::Glue::Schema.Registry`.
|
CfnSchema.Builder |
registry(IResolvable registry)
`AWS::Glue::Schema.Registry`.
|
CfnSchema.Builder |
schemaDefinition(String schemaDefinition)
`AWS::Glue::Schema.SchemaDefinition`.
|
CfnSchema.Builder |
tags(List<? extends CfnTag> tags)
`AWS::Glue::Schema.Tags`.
|
@Stability(value=Stable) public static CfnSchema.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSchema.RegistryProperty.Builder.@Stability(value=Stable) public CfnSchema.Builder compatibility(String compatibility)
compatibility - `AWS::Glue::Schema.Compatibility`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder dataFormat(String dataFormat)
dataFormat - `AWS::Glue::Schema.DataFormat`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder name(String name)
name - `AWS::Glue::Schema.Name`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder schemaDefinition(String schemaDefinition)
schemaDefinition - `AWS::Glue::Schema.SchemaDefinition`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder checkpointVersion(CfnSchema.SchemaVersionProperty checkpointVersion)
checkpointVersion - `AWS::Glue::Schema.CheckpointVersion`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder checkpointVersion(IResolvable checkpointVersion)
checkpointVersion - `AWS::Glue::Schema.CheckpointVersion`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder description(String description)
description - `AWS::Glue::Schema.Description`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder registry(CfnSchema.RegistryProperty registry)
registry - `AWS::Glue::Schema.Registry`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder registry(IResolvable registry)
registry - `AWS::Glue::Schema.Registry`. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::Glue::Schema.Tags`. This parameter is required.thisCopyright © 2021. All rights reserved.