Class S3ControlBucketResource.Builder
java.lang.Object
software.amazon.awssdk.services.s3control.S3ControlBucketResource.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID associated with the bucket.bucketName
(String bucketName) The name of the S3 bucket.build()
Builds an instance ofS3ControlBucketResource
.parentS3Resource
(S3Resource parentS3Resource) The S3 resource this access point is associated with (contained within).The AWS partition associated with the bucket.The AWS region associated with the bucket.void
-
Method Details
-
partition
The AWS partition associated with the bucket. -
setRegion
-
region
The AWS region associated with the bucket. This property is optional. -
accountId
The AWS account ID associated with the bucket. This property is optional. -
bucketName
The name of the S3 bucket. -
parentS3Resource
The S3 resource this access point is associated with (contained within). OnlyS3OutpostResource
and is a valid parent resource types. -
build
Builds an instance ofS3ControlBucketResource
.
-