@Stability(value=Stable) public static final class CfnSchemaProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSchemaProps>
CfnSchemaProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchemaProps |
build()
Builds the configured instance.
|
CfnSchemaProps.Builder |
domain(String domain)
Sets the value of
CfnSchemaProps.getDomain() |
CfnSchemaProps.Builder |
name(String name)
Sets the value of
CfnSchemaProps.getName() |
CfnSchemaProps.Builder |
schema(String schema)
Sets the value of
CfnSchemaProps.getSchema() |
@Stability(value=Stable) public CfnSchemaProps.Builder name(String name)
CfnSchemaProps.getName()name - The name of the schema. This parameter is required.this@Stability(value=Stable) public CfnSchemaProps.Builder schema(String schema)
CfnSchemaProps.getSchema()schema - The schema. This parameter is required.this@Stability(value=Stable) public CfnSchemaProps.Builder domain(String domain)
CfnSchemaProps.getDomain()domain - The domain of a schema that you created for a dataset in a Domain dataset group.this@Stability(value=Stable) public CfnSchemaProps build()
build in interface software.amazon.jsii.Builder<CfnSchemaProps>CfnSchemaPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.