Interface UnfilteredPartition.Builder

    • Method Detail

      • partition

        UnfilteredPartition.Builder partition​(Partition partition)

        The partition object.

        Parameters:
        partition - The partition object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizedColumns

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

        The list of columns the user has permissions to access.

        Parameters:
        authorizedColumns - The list of columns the user has permissions to access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizedColumns

        UnfilteredPartition.Builder authorizedColumns​(String... authorizedColumns)

        The list of columns the user has permissions to access.

        Parameters:
        authorizedColumns - The list of columns the user has permissions to access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRegisteredWithLakeFormation

        UnfilteredPartition.Builder isRegisteredWithLakeFormation​(Boolean isRegisteredWithLakeFormation)

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

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