Class TargetObjectKeyFormat
java.lang.Object
software.amazon.awssdk.services.s3.model.TargetObjectKeyFormat
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TargetObjectKeyFormat.Builder,TargetObjectKeyFormat>
@Generated("software.amazon.awssdk:codegen")
public final class TargetObjectKeyFormat
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<TargetObjectKeyFormat.Builder,TargetObjectKeyFormat>
Amazon S3 key format for log objects. Only one format, PartitionedPrefix or SimplePrefix, is allowed.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final PartitionedPrefixPartitioned S3 key for log objects.static Class<? extends TargetObjectKeyFormat.Builder>final SimplePrefixTo use the simple format for S3 keys for log objects.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
simplePrefix
To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix to {}.
- Returns:
- To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix to {}.
-
partitionedPrefix
Partitioned S3 key for log objects.
- Returns:
- Partitioned S3 key for log objects.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TargetObjectKeyFormat.Builder,TargetObjectKeyFormat>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-