Uses of Interface
software.amazon.awssdk.services.s3control.model.Region.Builder
-
Packages that use Region.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Region.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return Region.Builder Modifier and Type Method Description Region.BuilderRegion.Builder. bucket(String bucket)The name of the associated bucket for the Region.Region.BuilderRegion.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 Region.BuilderRegion. builder()Region.BuilderRegion. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type Region.Builder Modifier and Type Method Description static Class<? extends Region.Builder>Region. serializableBuilderClass()
-