Interface UpdateTableRequest.Builder

    • Method Detail

      • catalogId

        UpdateTableRequest.Builder catalogId​(String catalogId)

        The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

        Parameters:
        catalogId - The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        UpdateTableRequest.Builder databaseName​(String databaseName)

        The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.

        Parameters:
        databaseName - The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableInput

        UpdateTableRequest.Builder tableInput​(TableInput tableInput)

        An updated TableInput object to define the metadata table in the catalog.

        Parameters:
        tableInput - An updated TableInput object to define the metadata table in the catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skipArchive

        UpdateTableRequest.Builder skipArchive​(Boolean skipArchive)

        By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.

        Parameters:
        skipArchive - By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transactionId

        UpdateTableRequest.Builder transactionId​(String transactionId)

        The transaction ID at which to update the table contents.

        Parameters:
        transactionId - The transaction ID at which to update the table contents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        UpdateTableRequest.Builder versionId​(String versionId)

        The version ID at which to update the table contents.

        Parameters:
        versionId - The version ID at which to update the table contents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.