default CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.bucket(Consumer<BucketInfo.Builder> bucket) |
Specifies the information about the bucket that will be created.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.bucket(BucketInfo bucket) |
Specifies the information about the bucket that will be created.
|
static CreateBucketConfiguration.Builder |
CreateBucketConfiguration.builder() |
|
default CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.location(Consumer<LocationInfo.Builder> location) |
Specifies the location where the bucket will be created.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.location(LocationInfo location) |
Specifies the location where the bucket will be created.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.locationConstraint(String locationConstraint) |
Specifies the Region where the bucket will be created.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.locationConstraint(BucketLocationConstraint locationConstraint) |
Specifies the Region where the bucket will be created.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.tags(Collection<Tag> tags) |
An array of tags that you can apply to the bucket that you're creating.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of tags that you can apply to the bucket that you're creating.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.tags(Tag... tags) |
An array of tags that you can apply to the bucket that you're creating.
|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.toBuilder() |
|