| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.bucket(BucketInfo bucket)
Specifies the information about the bucket that will be created.
|
default CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.bucket(Consumer<BucketInfo.Builder> 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(BucketLocationConstraint locationConstraint)
Specifies the Region 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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBucketConfiguration.Builder> |
CreateBucketConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBucketRequest.Builder |
CreateBucketRequest.Builder.createBucketConfiguration(Consumer<CreateBucketConfiguration.Builder> createBucketConfiguration)
The configuration information for the bucket.
|
Copyright © 2026. All rights reserved.