public static interface CreateSchemaRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateSchemaRequest.Builder,CreateSchemaRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaRequest.Builder |
domain(Domain domain)
The domain for the schema.
|
CreateSchemaRequest.Builder |
domain(String domain)
The domain for the schema.
|
CreateSchemaRequest.Builder |
name(String name)
The name for the schema.
|
CreateSchemaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSchemaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSchemaRequest.Builder |
schema(String schema)
A schema in Avro JSON format.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSchemaRequest.Builder name(String name)
The name for the schema.
name - The name for the schema.CreateSchemaRequest.Builder schema(String schema)
A schema in Avro JSON format.
schema - A schema in Avro JSON format.CreateSchemaRequest.Builder domain(String 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.
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.Domain,
DomainCreateSchemaRequest.Builder domain(Domain 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.
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.Domain,
DomainCreateSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.