Uses of Interface
software.amazon.awssdk.services.s3.model.CreateBucketConfiguration.Builder
-
Packages that use CreateBucketConfiguration.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of CreateBucketConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CreateBucketConfiguration.Builder Modifier and Type Method Description static CreateBucketConfiguration.BuilderCreateBucketConfiguration. builder()CreateBucketConfiguration.BuilderCreateBucketConfiguration.Builder. locationConstraint(String locationConstraint)Specifies the Region where the bucket will be created.CreateBucketConfiguration.BuilderCreateBucketConfiguration.Builder. locationConstraint(BucketLocationConstraint locationConstraint)Specifies the Region where the bucket will be created.CreateBucketConfiguration.BuilderCreateBucketConfiguration. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CreateBucketConfiguration.Builder Modifier and Type Method Description static Class<? extends CreateBucketConfiguration.Builder>CreateBucketConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type CreateBucketConfiguration.Builder Modifier and Type Method Description default CreateBucketRequest.BuilderCreateBucketRequest.Builder. createBucketConfiguration(Consumer<CreateBucketConfiguration.Builder> createBucketConfiguration)The configuration information for the bucket.
-