Class S3ControlBucketResource.Builder
java.lang.Object
software.amazon.awssdk.services.s3control.S3ControlBucketResource.Builder
- 
Method SummaryModifier 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- 
partitionThe AWS partition associated with the bucket.
- 
setRegion
- 
regionThe AWS region associated with the bucket. This property is optional.
- 
accountIdThe AWS account ID associated with the bucket. This property is optional.
- 
bucketNameThe name of the S3 bucket.
- 
parentS3ResourceThe S3 resource this access point is associated with (contained within). OnlyS3OutpostResourceand is a valid parent resource types.
- 
buildBuilds an instance ofS3ControlBucketResource.
 
-