Class BucketInfo

java.lang.Object
software.amazon.awssdk.services.s3.model.BucketInfo
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<BucketInfo.Builder,BucketInfo>

@Generated("software.amazon.awssdk:codegen") public final class BucketInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BucketInfo.Builder,BucketInfo>

Specifies the information about the bucket that will be created. For more information about directory buckets, see Directory buckets in the Amazon S3 User Guide.

This functionality is only supported by directory buckets.

See Also: