Interface RegisterSchemaVersionResponse.Builder

    • Method Detail

      • schemaVersionId

        RegisterSchemaVersionResponse.Builder schemaVersionId​(String schemaVersionId)

        The unique ID that represents the version of this schema.

        Parameters:
        schemaVersionId - The unique ID that represents the version of this schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionNumber

        RegisterSchemaVersionResponse.Builder versionNumber​(Long versionNumber)

        The version of this schema (for sync flow only, in case this is the first version).

        Parameters:
        versionNumber - The version of this schema (for sync flow only, in case this is the first version).
        Returns:
        Returns a reference to this object so that method calls can be chained together.