Uses of Interface
software.amazon.awssdk.services.s3.model.PartitionedPrefix.Builder
Packages that use PartitionedPrefix.Builder
-
Uses of PartitionedPrefix.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PartitionedPrefix.BuilderModifier and TypeMethodDescriptionstatic PartitionedPrefix.BuilderPartitionedPrefix.builder()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.PartitionedPrefix.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PartitionedPrefix.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PartitionedPrefix.Builder>PartitionedPrefix.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type PartitionedPrefix.BuilderModifier and TypeMethodDescriptiondefault TargetObjectKeyFormat.BuilderTargetObjectKeyFormat.Builder.partitionedPrefix(Consumer<PartitionedPrefix.Builder> partitionedPrefix) Partitioned S3 key for log objects.