Interface PartitionedPrefix.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PartitionedPrefix.Builder,PartitionedPrefix>
,SdkBuilder<PartitionedPrefix.Builder,PartitionedPrefix>
,SdkPojo
- Enclosing class:
- PartitionedPrefix
public static interface PartitionedPrefix.Builder extends SdkPojo, CopyableBuilder<PartitionedPrefix.Builder,PartitionedPrefix>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartitionedPrefix.Builder
partitionDateSource(String partitionDateSource)
Specifies the partition date source for the partitioned prefix.PartitionedPrefix.Builder
partitionDateSource(PartitionDateSource partitionDateSource)
Specifies the partition date source for the partitioned prefix.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
partitionDateSource
PartitionedPrefix.Builder partitionDateSource(String partitionDateSource)
Specifies the partition date source for the partitioned prefix.
PartitionDateSource
can beEventTime
orDeliveryTime
.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.- Parameters:
partitionDateSource
- Specifies the partition date source for the partitioned prefix.PartitionDateSource
can beEventTime
orDeliveryTime
.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.- 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 beEventTime
orDeliveryTime
.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.- Parameters:
partitionDateSource
- Specifies the partition date source for the partitioned prefix.PartitionDateSource
can beEventTime
orDeliveryTime
.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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PartitionDateSource
,PartitionDateSource
-
-