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.toBuilder() |
|