@Mutable @NotThreadSafe public static interface BucketInfo.Builder extends SdkPojo, CopyableBuilder<BucketInfo.Builder,BucketInfo>
| Modifier and Type | Method and Description |
|---|---|
BucketInfo.Builder |
dataRedundancy(DataRedundancy dataRedundancy)
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
|
BucketInfo.Builder |
dataRedundancy(String dataRedundancy)
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
|
BucketInfo.Builder |
type(BucketType type)
The type of bucket.
|
BucketInfo.Builder |
type(String type)
The type of bucket.
|
equalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildBucketInfo.Builder dataRedundancy(String dataRedundancy)
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
dataRedundancy - The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.DataRedundancy,
DataRedundancyBucketInfo.Builder dataRedundancy(DataRedundancy dataRedundancy)
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
dataRedundancy - The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.DataRedundancy,
DataRedundancyBucketInfo.Builder type(String type)
The type of bucket.
type - The type of bucket.BucketType,
BucketTypeBucketInfo.Builder type(BucketType type)
The type of bucket.
type - The type of bucket.BucketType,
BucketTypeCopyright © 2026. All rights reserved.