Class CfnSchemaMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnSchemaMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchemaMixinProps>
- Enclosing interface:
CfnSchemaMixinProps
@Stability(Stable)
public static final class CfnSchemaMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchemaMixinProps>
A builder for
CfnSchemaMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSchemaMixinProps.getDomain()Sets the value ofCfnSchemaMixinProps.getName()Sets the value ofCfnSchemaMixinProps.getSchema()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domain
Sets the value ofCfnSchemaMixinProps.getDomain()- Parameters:
domain- The domain of a schema that you created for a dataset in a Domain dataset group.- Returns:
this
-
name
Sets the value ofCfnSchemaMixinProps.getName()- Parameters:
name- The name of the schema.- Returns:
this
-
schema
Sets the value ofCfnSchemaMixinProps.getSchema()- Parameters:
schema- The schema.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSchemaMixinProps>- Returns:
- a new instance of
CfnSchemaMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-