Interface GetUnfilteredTableMetadataResponse.Builder

    • Method Detail

      • table

        GetUnfilteredTableMetadataResponse.Builder table​(Table table)

        A Table object containing the table metadata.

        Parameters:
        table - A Table object containing the table metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizedColumns

        GetUnfilteredTableMetadataResponse.Builder authorizedColumns​(Collection<String> authorizedColumns)

        A list of column names that the user has been granted access to.

        Parameters:
        authorizedColumns - A list of column names that the user has been granted access to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizedColumns

        GetUnfilteredTableMetadataResponse.Builder authorizedColumns​(String... authorizedColumns)

        A list of column names that the user has been granted access to.

        Parameters:
        authorizedColumns - A list of column names that the user has been granted access to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRegisteredWithLakeFormation

        GetUnfilteredTableMetadataResponse.Builder isRegisteredWithLakeFormation​(Boolean isRegisteredWithLakeFormation)

        A Boolean value that indicates whether the partition location is registered with Lake Formation.

        Parameters:
        isRegisteredWithLakeFormation - A Boolean value that indicates whether the partition location is registered with Lake Formation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.