| Modifier and Type | Method and Description |
|---|---|
CfnSchema |
build() |
static CfnSchema.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSchema.Builder |
domain(String domain)
The domain of a schema that you created for a dataset in a Domain dataset group.
|
CfnSchema.Builder |
name(String name)
The name of the schema.
|
CfnSchema.Builder |
schema(String schema)
The schema.
|
@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.Builder.@Stability(value=Stable) public CfnSchema.Builder name(String name)
name - The name of the schema. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder schema(String schema)
schema - The schema. This parameter is required.this@Stability(value=Stable) public CfnSchema.Builder domain(String domain)
domain - The domain of a schema that you created for a dataset in a Domain dataset group. This parameter is required.thisCopyright © 2022. All rights reserved.