Class S3Location
- java.lang.Object
-
- software.amazon.awssdk.services.kafkaconnect.model.S3Location
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Location.Builder,S3Location>
@Generated("software.amazon.awssdk:codegen") public final class S3Location extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Location.Builder,S3Location>
The location of an object in Amazon S3.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Location.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 S3Location.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 S3Location.Builder>serializableBuilderClass()S3Location.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 S3Location.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Location.Builder,S3Location>
-
builder
public static S3Location.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Location.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
-
-