Interface UpdateTableObjectsRequest.Builder

    • Method Detail

      • catalogId

        UpdateTableObjectsRequest.Builder catalogId​(String catalogId)

        The catalog containing the governed table to update. Defaults to the caller’s account ID.

        Parameters:
        catalogId - The catalog containing the governed table to update. Defaults to the caller’s account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        UpdateTableObjectsRequest.Builder databaseName​(String databaseName)

        The database containing the governed table to update.

        Parameters:
        databaseName - The database containing the governed table to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        UpdateTableObjectsRequest.Builder tableName​(String tableName)

        The governed table to update.

        Parameters:
        tableName - The governed table to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transactionId

        UpdateTableObjectsRequest.Builder transactionId​(String transactionId)

        The transaction at which to do the write.

        Parameters:
        transactionId - The transaction at which to do the write.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • writeOperations

        UpdateTableObjectsRequest.Builder writeOperations​(Collection<WriteOperation> writeOperations)

        A list of WriteOperation objects that define an object to add to or delete from the manifest for a governed table.

        Parameters:
        writeOperations - A list of WriteOperation objects that define an object to add to or delete from the manifest for a governed table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • writeOperations

        UpdateTableObjectsRequest.Builder writeOperations​(WriteOperation... writeOperations)

        A list of WriteOperation objects that define an object to add to or delete from the manifest for a governed table.

        Parameters:
        writeOperations - A list of WriteOperation objects that define an object to add to or delete from the manifest for a governed table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.