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 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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.