Interface BucketInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BucketInfo.Builder,
,BucketInfo> SdkBuilder<BucketInfo.Builder,
,BucketInfo> SdkPojo
- Enclosing class:
BucketInfo
@Mutable
@NotThreadSafe
public static interface BucketInfo.Builder
extends SdkPojo, CopyableBuilder<BucketInfo.Builder,BucketInfo>
-
Method Summary
Modifier and TypeMethodDescriptiondataRedundancy
(String dataRedundancy) The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.dataRedundancy
(DataRedundancy dataRedundancy) The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.The type of bucket.type
(BucketType type) The type of bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataRedundancy
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
- Parameters:
dataRedundancy
- The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataRedundancy
The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
- Parameters:
dataRedundancy
- The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of bucket.
- Parameters:
type
- The type of bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of bucket.
- Parameters:
type
- The type of bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-