Uses of Interface
software.amazon.awssdk.services.s3.model.PartitionedPrefix.Builder
-
Packages that use PartitionedPrefix.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of PartitionedPrefix.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PartitionedPrefix.Builder Modifier and Type Method Description static PartitionedPrefix.BuilderPartitionedPrefix. builder()PartitionedPrefix.BuilderPartitionedPrefix.Builder. partitionDateSource(String partitionDateSource)Specifies the partition date source for the partitioned prefix.PartitionedPrefix.BuilderPartitionedPrefix.Builder. partitionDateSource(PartitionDateSource partitionDateSource)Specifies the partition date source for the partitioned prefix.PartitionedPrefix.BuilderPartitionedPrefix. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PartitionedPrefix.Builder Modifier and Type Method Description static Class<? extends PartitionedPrefix.Builder>PartitionedPrefix. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type PartitionedPrefix.Builder Modifier and Type Method Description default TargetObjectKeyFormat.BuilderTargetObjectKeyFormat.Builder. partitionedPrefix(Consumer<PartitionedPrefix.Builder> partitionedPrefix)Partitioned S3 key for log objects.
-