Interface PartitionedPrefix.Builder

    • Method Detail

      • partitionDateSource

        PartitionedPrefix.Builder partitionDateSource​(String partitionDateSource)

        Specifies the partition date source for the partitioned prefix. PartitionDateSource can be EventTime or DeliveryTime.

        Parameters:
        partitionDateSource - Specifies the partition date source for the partitioned prefix. PartitionDateSource can be EventTime or DeliveryTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PartitionDateSource, PartitionDateSource
      • partitionDateSource

        PartitionedPrefix.Builder partitionDateSource​(PartitionDateSource partitionDateSource)

        Specifies the partition date source for the partitioned prefix. PartitionDateSource can be EventTime or DeliveryTime.

        Parameters:
        partitionDateSource - Specifies the partition date source for the partitioned prefix. PartitionDateSource can be EventTime or DeliveryTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PartitionDateSource, PartitionDateSource