@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.176Z") @Stability(value=Stable) public interface CfnSchemaProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.personalize.*;
CfnSchemaProps cfnSchemaProps = CfnSchemaProps.builder()
.name("name")
.schema("schema")
// the properties below are optional
.domain("domain")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchemaProps.Builder
A builder for
CfnSchemaProps |
static class |
CfnSchemaProps.Jsii$Proxy
An implementation for
CfnSchemaProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchemaProps.Builder |
builder() |
default String |
getDomain()
The domain of a schema that you created for a dataset in a Domain dataset group.
|
String |
getName()
The name of the schema.
|
String |
getSchema()
The schema.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getSchema()
@Stability(value=Stable) @Nullable default String getDomain()
@Stability(value=Stable) static CfnSchemaProps.Builder builder()
CfnSchemaProps.Builder of CfnSchemaPropsCopyright © 2022. All rights reserved.