Interface BatchGetSchemaResponse.Builder

    • Method Detail

      • schemas

        BatchGetSchemaResponse.Builder schemas​(Collection<Schema> schemas)

        The retrieved list of schemas.

        Parameters:
        schemas - The retrieved list of schemas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemas

        BatchGetSchemaResponse.Builder schemas​(Schema... schemas)

        The retrieved list of schemas.

        Parameters:
        schemas - The retrieved list of schemas.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchGetSchemaResponse.Builder errors​(Collection<BatchGetSchemaError> errors)

        Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.

        Parameters:
        errors - Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchGetSchemaResponse.Builder errors​(BatchGetSchemaError... errors)

        Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.

        Parameters:
        errors - Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.