Interface BatchDeleteTableResponse.Builder

    • Method Detail

      • errors

        BatchDeleteTableResponse.Builder errors​(Collection<TableError> errors)

        A list of errors encountered in attempting to delete the specified tables.

        Parameters:
        errors - A list of errors encountered in attempting to delete the specified tables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchDeleteTableResponse.Builder errors​(TableError... errors)

        A list of errors encountered in attempting to delete the specified tables.

        Parameters:
        errors - A list of errors encountered in attempting to delete the specified tables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.