Class CfnSchemaPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnSchemaPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchemaPropsMixin>
- Enclosing class:
CfnSchemaPropsMixin
@Stability(Stable)
public static final class CfnSchemaPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchemaPropsMixin>
A fluent builder for
CfnSchemaPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnSchemaPropsMixin.Buildercreate()static CfnSchemaPropsMixin.Buildercreate(CfnPropertyMixinOptions options) 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 CfnSchemaPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSchemaPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSchemaPropsMixin.Builder.
-
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:
-
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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSchemaPropsMixin>- Returns:
- a newly built instance of
CfnSchemaPropsMixin.
-