@Generated(value="software.amazon.awssdk:codegen") public final class AwsS3BucketDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsS3BucketDetails.Builder,AwsS3BucketDetails>
The details of an Amazon S3 bucket.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsS3BucketDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessControlList()
The access control list for the S3 bucket.
|
AwsS3BucketBucketLifecycleConfigurationDetails |
bucketLifecycleConfiguration()
The lifecycle configuration for objects in the S3 bucket.
|
AwsS3BucketLoggingConfiguration |
bucketLoggingConfiguration()
The logging configuration for the S3 bucket.
|
AwsS3BucketNotificationConfiguration |
bucketNotificationConfiguration()
The notification configuration for the S3 bucket.
|
AwsS3BucketBucketVersioningConfiguration |
bucketVersioningConfiguration()
The versioning state of an S3 bucket.
|
AwsS3BucketWebsiteConfiguration |
bucketWebsiteConfiguration()
The website configuration parameters for the S3 bucket.
|
static AwsS3BucketDetails.Builder |
builder() |
String |
createdAt()
Indicates when the S3 bucket was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AwsS3BucketObjectLockConfiguration |
objectLockConfiguration()
Specifies which rule Amazon S3 applies by default to every new object placed in the specified bucket.
|
String |
ownerAccountId()
The Amazon Web Services account identifier of the account that owns the S3 bucket.
|
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.
|
AwsS3AccountPublicAccessBlockDetails |
publicAccessBlockConfiguration()
Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsS3BucketDetails.Builder> |
serializableBuilderClass() |
AwsS3BucketServerSideEncryptionConfiguration |
serverSideEncryptionConfiguration()
The encryption rules that are applied to the S3 bucket.
|
AwsS3BucketDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ownerId()
The canonical user ID of the owner of the S3 bucket.
public final String ownerName()
The display name of the owner of the S3 bucket.
public final String ownerAccountId()
The Amazon Web Services account identifier of the account that owns the S3 bucket.
public final String createdAt()
Indicates when the S3 bucket was created.
Uses the date-time format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public final AwsS3BucketServerSideEncryptionConfiguration serverSideEncryptionConfiguration()
The encryption rules that are applied to the S3 bucket.
public final AwsS3BucketBucketLifecycleConfigurationDetails bucketLifecycleConfiguration()
The lifecycle configuration for objects in the S3 bucket.
public final AwsS3AccountPublicAccessBlockDetails publicAccessBlockConfiguration()
Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.
public final String accessControlList()
The access control list for the S3 bucket.
public final AwsS3BucketLoggingConfiguration bucketLoggingConfiguration()
The logging configuration for the S3 bucket.
public final AwsS3BucketWebsiteConfiguration bucketWebsiteConfiguration()
The website configuration parameters for the S3 bucket.
public final AwsS3BucketNotificationConfiguration bucketNotificationConfiguration()
The notification configuration for the S3 bucket.
public final AwsS3BucketBucketVersioningConfiguration bucketVersioningConfiguration()
The versioning state of an S3 bucket.
public final AwsS3BucketObjectLockConfiguration objectLockConfiguration()
Specifies which rule Amazon S3 applies by default to every new object placed in the specified bucket.
public AwsS3BucketDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsS3BucketDetails.Builder,AwsS3BucketDetails>public static AwsS3BucketDetails.Builder builder()
public static Class<? extends AwsS3BucketDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.