Class S3Location
- java.lang.Object
-
- software.amazon.awssdk.services.databrew.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>
Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job.
- 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 Stringbucket()The Amazon S3 bucket name.StringbucketOwner()The Amazon Web Services account ID of the bucket owner.static S3Location.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The unique name of the object in the bucket.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
-
bucket
public final String bucket()
The Amazon S3 bucket name.
- Returns:
- The Amazon S3 bucket name.
-
key
public final String key()
The unique name of the object in the bucket.
- Returns:
- The unique name of the object in the bucket.
-
bucketOwner
public final String bucketOwner()
The Amazon Web Services account ID of the bucket owner.
- Returns:
- The Amazon Web Services account ID of the bucket owner.
-
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.
-
-