Interface CreateSchemaRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateSchemaRequest.Builder,
,CreateSchemaRequest> PersonalizeRequest.Builder
,SdkBuilder<CreateSchemaRequest.Builder,
,CreateSchemaRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateSchemaRequest
public static interface CreateSchemaRequest.Builder
extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateSchemaRequest.Builder,CreateSchemaRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe domain for the schema.The domain for the schema.The name for the schema.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A schema in Avro JSON format.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.personalize.model.PersonalizeRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name for the schema.
- Parameters:
name
- The name for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
A schema in Avro JSON format.
- Parameters:
schema
- A schema in Avro JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
The domain for the schema. If you are creating a schema for a dataset in a Domain dataset group, specify the domain you chose when you created the Domain dataset group.
- Parameters:
domain
- The domain for the schema. If you are creating a schema for a dataset in a Domain dataset group, specify the domain you chose when you created the Domain dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domain
The domain for the schema. If you are creating a schema for a dataset in a Domain dataset group, specify the domain you chose when you created the Domain dataset group.
- Parameters:
domain
- The domain for the schema. If you are creating a schema for a dataset in a Domain dataset group, specify the domain you chose when you created the Domain dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-