Class CfnSchema.Builder
java.lang.Object
software.amazon.awscdk.services.personalize.CfnSchema.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchema>
- Enclosing class:
CfnSchema
@Stability(Stable)
public static final class CfnSchema.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchema>
A fluent builder for
CfnSchema
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnSchema.Builder
The domain of a schema that you created for a dataset in a Domain dataset group.The name of the schema.The schema.
-
Method Details
-
create
@Stability(Stable) public static CfnSchema.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSchema.Builder
.
-
name
The name of the schema.- Parameters:
name
- The name of the schema. This parameter is required.- Returns:
this
- See Also:
-
schema
The schema.- Parameters:
schema
- The schema. This parameter is required.- Returns:
this
- See Also:
-
domain
The domain of a schema that you created for a dataset in a Domain dataset group.- Parameters:
domain
- The domain of a schema that you created for a dataset in a Domain dataset group. This parameter is required.- Returns:
this
- See Also:
-
build
-