@Stability(value=Stable) public static final class CfnTable.SchemaIdProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.SchemaIdProperty>
CfnTable.SchemaIdProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.SchemaIdProperty |
build()
Builds the configured instance.
|
CfnTable.SchemaIdProperty.Builder |
registryName(String registryName)
Sets the value of
CfnTable.SchemaIdProperty.getRegistryName() |
CfnTable.SchemaIdProperty.Builder |
schemaArn(String schemaArn)
Sets the value of
CfnTable.SchemaIdProperty.getSchemaArn() |
CfnTable.SchemaIdProperty.Builder |
schemaName(String schemaName)
Sets the value of
CfnTable.SchemaIdProperty.getSchemaName() |
@Stability(value=Stable) public CfnTable.SchemaIdProperty.Builder registryName(String registryName)
CfnTable.SchemaIdProperty.getRegistryName()registryName - The name of the schema registry that contains the schema.this@Stability(value=Stable) public CfnTable.SchemaIdProperty.Builder schemaArn(String schemaArn)
CfnTable.SchemaIdProperty.getSchemaArn()schemaArn - The Amazon Resource Name (ARN) of the schema.
One of SchemaArn or SchemaName has to be
provided.this@Stability(value=Stable) public CfnTable.SchemaIdProperty.Builder schemaName(String schemaName)
CfnTable.SchemaIdProperty.getSchemaName()schemaName - The name of the schema.
One of SchemaArn or SchemaName has to be provided.this@Stability(value=Stable) public CfnTable.SchemaIdProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.SchemaIdProperty>CfnTable.SchemaIdPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.