Interface SchemaReference.Builder

    • Method Detail

      • schemaId

        SchemaReference.Builder schemaId​(SchemaId schemaId)

        A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.

        Parameters:
        schemaId - A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaVersionId

        SchemaReference.Builder schemaVersionId​(String schemaVersionId)

        The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.

        Parameters:
        schemaVersionId - The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaVersionNumber

        SchemaReference.Builder schemaVersionNumber​(Long schemaVersionNumber)

        The version number of the schema.

        Parameters:
        schemaVersionNumber - The version number of the schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.