Uses of Interface
software.amazon.awssdk.services.s3control.model.RegionReport.Builder
-
Packages that use RegionReport.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of RegionReport.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return RegionReport.Builder Modifier and Type Method Description RegionReport.BuilderRegionReport.Builder. bucket(String bucket)The name of the bucket.RegionReport.BuilderRegionReport.Builder. bucketAccountId(String bucketAccountId)The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.static RegionReport.BuilderRegionReport. builder()RegionReport.BuilderRegionReport.Builder. region(String region)The name of the Region.RegionReport.BuilderRegionReport. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type RegionReport.Builder Modifier and Type Method Description static Class<? extends RegionReport.Builder>RegionReport. serializableBuilderClass()
-