Uses of Interface
software.amazon.awssdk.services.s3.model.CreateBucketConfiguration.Builder
Packages that use CreateBucketConfiguration.Builder
-
Uses of CreateBucketConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CreateBucketConfiguration.BuilderModifier and TypeMethodDescriptionCreateBucketConfiguration.Builder.bucket(Consumer<BucketInfo.Builder> bucket) Specifies the information about the bucket that will be created.CreateBucketConfiguration.Builder.bucket(BucketInfo bucket) Specifies the information about the bucket that will be created.CreateBucketConfiguration.builder()CreateBucketConfiguration.Builder.location(Consumer<LocationInfo.Builder> location) Specifies the location where the bucket will be created.CreateBucketConfiguration.Builder.location(LocationInfo location) Specifies the location where the bucket will be created.CreateBucketConfiguration.Builder.locationConstraint(String locationConstraint) Specifies the Region where the bucket will be created.CreateBucketConfiguration.Builder.locationConstraint(BucketLocationConstraint locationConstraint) Specifies the Region where the bucket will be created.CreateBucketConfiguration.Builder.tags(Collection<Tag> tags) An array of tags that you can apply to the bucket that you're creating.CreateBucketConfiguration.Builder.tags(Consumer<Tag.Builder>... tags) An array of tags that you can apply to the bucket that you're creating.An array of tags that you can apply to the bucket that you're creating.CreateBucketConfiguration.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CreateBucketConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateBucketConfiguration.Builder>CreateBucketConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type CreateBucketConfiguration.BuilderModifier and TypeMethodDescriptiondefault CreateBucketRequest.BuilderCreateBucketRequest.Builder.createBucketConfiguration(Consumer<CreateBucketConfiguration.Builder> createBucketConfiguration) The configuration information for the bucket.