@Generated(value="software.amazon.awssdk:codegen") public final class AwsS3BucketDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsS3BucketDetails.Builder,AwsS3BucketDetails>
The details of an AWS S3 Bucket.
Modifier and Type | Class and Description |
---|---|
static interface |
AwsS3BucketDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static AwsS3BucketDetails.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ownerId()
The canonical user ID of the owner of the S3 bucket.
|
String |
ownerName()
The display name of the owner of the S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsS3BucketDetails.Builder> |
serializableBuilderClass() |
AwsS3BucketDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String ownerId()
The canonical user ID of the owner of the S3 bucket.
public String ownerName()
The display name of the owner of the S3 bucket.
public AwsS3BucketDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AwsS3BucketDetails.Builder,AwsS3BucketDetails>
public static AwsS3BucketDetails.Builder builder()
public static Class<? extends AwsS3BucketDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.