@Mutable @NotThreadSafe public static interface TargetObjectKeyFormat.Builder extends SdkPojo, CopyableBuilder<TargetObjectKeyFormat.Builder,TargetObjectKeyFormat>
| Modifier and Type | Method and Description |
|---|---|
default TargetObjectKeyFormat.Builder |
partitionedPrefix(Consumer<PartitionedPrefix.Builder> partitionedPrefix)
Partitioned S3 key for log objects.
|
TargetObjectKeyFormat.Builder |
partitionedPrefix(PartitionedPrefix partitionedPrefix)
Partitioned S3 key for log objects.
|
default TargetObjectKeyFormat.Builder |
simplePrefix(Consumer<SimplePrefix.Builder> simplePrefix)
To use the simple format for S3 keys for log objects.
|
TargetObjectKeyFormat.Builder |
simplePrefix(SimplePrefix simplePrefix)
To use the simple format for S3 keys for log objects.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildTargetObjectKeyFormat.Builder simplePrefix(SimplePrefix simplePrefix)
To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix to {}.
simplePrefix - To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix
to {}.default TargetObjectKeyFormat.Builder simplePrefix(Consumer<SimplePrefix.Builder> simplePrefix)
To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix to {}.
This is a convenience method that creates an instance of theSimplePrefix.Builder avoiding the need
to create one manually via SimplePrefix.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to simplePrefix(SimplePrefix).
simplePrefix - a consumer that will call methods on SimplePrefix.BuildersimplePrefix(SimplePrefix)TargetObjectKeyFormat.Builder partitionedPrefix(PartitionedPrefix partitionedPrefix)
Partitioned S3 key for log objects.
partitionedPrefix - Partitioned S3 key for log objects.default TargetObjectKeyFormat.Builder partitionedPrefix(Consumer<PartitionedPrefix.Builder> partitionedPrefix)
Partitioned S3 key for log objects.
This is a convenience method that creates an instance of thePartitionedPrefix.Builder avoiding the
need to create one manually via PartitionedPrefix.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to partitionedPrefix(PartitionedPrefix).
partitionedPrefix - a consumer that will call methods on PartitionedPrefix.BuilderpartitionedPrefix(PartitionedPrefix)Copyright © 2026. All rights reserved.