Interface GetUnfilteredPartitionMetadataResponse.Builder

    • Method Detail

      • partition

        GetUnfilteredPartitionMetadataResponse.Builder partition​(Partition partition)

        A Partition object containing the partition metadata.

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

        GetUnfilteredPartitionMetadataResponse.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

        GetUnfilteredPartitionMetadataResponse.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

        GetUnfilteredPartitionMetadataResponse.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.