@Mutable @NotThreadSafe public static interface PartitionedPrefix.Builder extends SdkPojo, CopyableBuilder<PartitionedPrefix.Builder,PartitionedPrefix>
| Modifier and Type | Method and Description |
|---|---|
PartitionedPrefix.Builder |
partitionDateSource(PartitionDateSource partitionDateSource)
Specifies the partition date source for the partitioned prefix.
|
PartitionedPrefix.Builder |
partitionDateSource(String partitionDateSource)
Specifies the partition date source for the partitioned prefix.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildPartitionedPrefix.Builder partitionDateSource(String partitionDateSource)
Specifies the partition date source for the partitioned prefix. PartitionDateSource can be
EventTime or DeliveryTime.
For DeliveryTime, the time in the log file names corresponds to the delivery time for the log
files.
For EventTime, The logs delivered are for a specific day only. The year, month, and day
correspond to the day on which the event occurred, and the hour, minutes and seconds are set to 00 in the
key.
partitionDateSource - Specifies the partition date source for the partitioned prefix. PartitionDateSource can
be EventTime or DeliveryTime.
For DeliveryTime, the time in the log file names corresponds to the delivery time for the
log files.
For EventTime, The logs delivered are for a specific day only. The year, month, and day
correspond to the day on which the event occurred, and the hour, minutes and seconds are set to 00 in
the key.
PartitionDateSource,
PartitionDateSourcePartitionedPrefix.Builder partitionDateSource(PartitionDateSource partitionDateSource)
Specifies the partition date source for the partitioned prefix. PartitionDateSource can be
EventTime or DeliveryTime.
For DeliveryTime, the time in the log file names corresponds to the delivery time for the log
files.
For EventTime, The logs delivered are for a specific day only. The year, month, and day
correspond to the day on which the event occurred, and the hour, minutes and seconds are set to 00 in the
key.
partitionDateSource - Specifies the partition date source for the partitioned prefix. PartitionDateSource can
be EventTime or DeliveryTime.
For DeliveryTime, the time in the log file names corresponds to the delivery time for the
log files.
For EventTime, The logs delivered are for a specific day only. The year, month, and day
correspond to the day on which the event occurred, and the hour, minutes and seconds are set to 00 in
the key.
PartitionDateSource,
PartitionDateSourceCopyright © 2026. All rights reserved.