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
Modifier and TypeMethodDescriptionpartitionDateSource
(String partitionDateSource) Specifies the partition date source for the partitioned prefix.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, sdkFields
-
Method Details
-
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
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:
-