| Package | Description |
|---|---|
| com.ibm.cos.v2.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static BucketInfo.Builder |
BucketInfo.builder() |
BucketInfo.Builder |
BucketInfo.Builder.dataRedundancy(DataRedundancy dataRedundancy)
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
|
BucketInfo.Builder |
BucketInfo.Builder.dataRedundancy(String dataRedundancy)
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
|
BucketInfo.Builder |
BucketInfo.toBuilder() |
BucketInfo.Builder |
BucketInfo.Builder.type(BucketType type)
The type of bucket.
|
BucketInfo.Builder |
BucketInfo.Builder.type(String type)
The type of bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BucketInfo.Builder> |
BucketInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateBucketConfiguration.Builder |
CreateBucketConfiguration.Builder.bucket(Consumer<BucketInfo.Builder> bucket)
Specifies the information about the bucket that will be created.
|
Copyright © 2026. All rights reserved.