Class S3LocationDescription
- java.lang.Object
-
- software.amazon.awssdk.services.kafkaconnect.model.S3LocationDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3LocationDescription.Builder,S3LocationDescription>
@Generated("software.amazon.awssdk:codegen") public final class S3LocationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3LocationDescription.Builder,S3LocationDescription>
The description of the location of an object in Amazon S3.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3LocationDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketArn()The Amazon Resource Name (ARN) of an S3 bucket.static S3LocationDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileKey()The file key for an object in an S3 bucket.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringobjectVersion()The version of an object in an S3 bucket.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3LocationDescription.Builder>serializableBuilderClass()S3LocationDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucketArn
public final String bucketArn()
The Amazon Resource Name (ARN) of an S3 bucket.
- Returns:
- The Amazon Resource Name (ARN) of an S3 bucket.
-
fileKey
public final String fileKey()
The file key for an object in an S3 bucket.
- Returns:
- The file key for an object in an S3 bucket.
-
objectVersion
public final String objectVersion()
The version of an object in an S3 bucket.
- Returns:
- The version of an object in an S3 bucket.
-
toBuilder
public S3LocationDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3LocationDescription.Builder,S3LocationDescription>
-
builder
public static S3LocationDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3LocationDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-