Interface CreateSchemaRequest.Builder

    • Method Detail

      • name

        CreateSchemaRequest.Builder name​(String 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

        CreateSchemaRequest.Builder schema​(String 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

        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.

        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, Domain
      • domain

        CreateSchemaRequest.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.

        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, Domain