Interface BucketBundle.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BucketBundle.Builder,
,BucketBundle> SdkBuilder<BucketBundle.Builder,
,BucketBundle> SdkPojo
- Enclosing class:
BucketBundle
public static interface BucketBundle.Builder
extends SdkPojo, CopyableBuilder<BucketBundle.Builder,BucketBundle>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the bundle.Indicates whether the bundle is active.The name of the bundle.The monthly price of the bundle, in US dollars.storagePerMonthInGb
(Integer storagePerMonthInGb) The storage size of the bundle, in GB.transferPerMonthInGb
(Integer transferPerMonthInGb) The monthly network transfer quota of the bundle.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, sdkFields
-
Method Details
-
bundleId
The ID of the bundle.
- Parameters:
bundleId
- The ID of the bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the bundle.
- Parameters:
name
- The name of the bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
price
The monthly price of the bundle, in US dollars.
- Parameters:
price
- The monthly price of the bundle, in US dollars.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storagePerMonthInGb
The storage size of the bundle, in GB.
- Parameters:
storagePerMonthInGb
- The storage size of the bundle, in GB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferPerMonthInGb
The monthly network transfer quota of the bundle.
- Parameters:
transferPerMonthInGb
- The monthly network transfer quota of the bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isActive
Indicates whether the bundle is active. Use for a new or existing bucket.
- Parameters:
isActive
- Indicates whether the bundle is active. Use for a new or existing bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-