@Stability(value=Stable) public static final class CfnSchemaProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSchemaProps>
CfnSchemaProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnSchemaProps.Builder compatibility(String compatibility)
CfnSchemaProps.getCompatibility()compatibility - `AWS::Glue::Schema.Compatibility`. This parameter is required.this@Stability(value=Stable) public CfnSchemaProps.Builder dataFormat(String dataFormat)
CfnSchemaProps.getDataFormat()dataFormat - `AWS::Glue::Schema.DataFormat`. This parameter is required.this@Stability(value=Stable) public CfnSchemaProps.Builder name(String name)
CfnSchemaProps.getName()name - `AWS::Glue::Schema.Name`. This parameter is required.this@Stability(value=Stable) public CfnSchemaProps.Builder schemaDefinition(String schemaDefinition)
CfnSchemaProps.getSchemaDefinition()schemaDefinition - `AWS::Glue::Schema.SchemaDefinition`. This parameter is required.this@Stability(value=Stable) public CfnSchemaProps.Builder checkpointVersion(CfnSchema.SchemaVersionProperty checkpointVersion)
CfnSchemaProps.getCheckpointVersion()checkpointVersion - `AWS::Glue::Schema.CheckpointVersion`.this@Stability(value=Stable) public CfnSchemaProps.Builder checkpointVersion(IResolvable checkpointVersion)
CfnSchemaProps.getCheckpointVersion()checkpointVersion - `AWS::Glue::Schema.CheckpointVersion`.this@Stability(value=Stable) public CfnSchemaProps.Builder description(String description)
CfnSchemaProps.getDescription()description - `AWS::Glue::Schema.Description`.this@Stability(value=Stable) public CfnSchemaProps.Builder registry(CfnSchema.RegistryProperty registry)
CfnSchemaProps.getRegistry()registry - `AWS::Glue::Schema.Registry`.this@Stability(value=Stable) public CfnSchemaProps.Builder registry(IResolvable registry)
CfnSchemaProps.getRegistry()registry - `AWS::Glue::Schema.Registry`.this@Stability(value=Stable) public CfnSchemaProps.Builder tags(List<? extends CfnTag> tags)
CfnSchemaProps.getTags()tags - `AWS::Glue::Schema.Tags`.this@Stability(value=Stable) public CfnSchemaProps build()
build in interface software.amazon.jsii.Builder<CfnSchemaProps>CfnSchemaPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.