public static interface BucketBundle.Builder extends SdkPojo, CopyableBuilder<BucketBundle.Builder,BucketBundle>
| Modifier and Type | Method and Description |
|---|---|
BucketBundle.Builder |
bundleId(String bundleId)
The ID of the bundle.
|
BucketBundle.Builder |
isActive(Boolean isActive)
Indicates whether the bundle is active.
|
BucketBundle.Builder |
name(String name)
The name of the bundle.
|
BucketBundle.Builder |
price(Float price)
The monthly price of the bundle, in US dollars.
|
BucketBundle.Builder |
storagePerMonthInGb(Integer storagePerMonthInGb)
The storage size of the bundle, in GB.
|
BucketBundle.Builder |
transferPerMonthInGb(Integer transferPerMonthInGb)
The monthly network transfer quota of the bundle.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketBundle.Builder bundleId(String bundleId)
The ID of the bundle.
bundleId - The ID of the bundle.BucketBundle.Builder name(String name)
The name of the bundle.
name - The name of the bundle.BucketBundle.Builder price(Float price)
The monthly price of the bundle, in US dollars.
price - The monthly price of the bundle, in US dollars.BucketBundle.Builder storagePerMonthInGb(Integer storagePerMonthInGb)
The storage size of the bundle, in GB.
storagePerMonthInGb - The storage size of the bundle, in GB.BucketBundle.Builder transferPerMonthInGb(Integer transferPerMonthInGb)
The monthly network transfer quota of the bundle.
transferPerMonthInGb - The monthly network transfer quota of the bundle.BucketBundle.Builder isActive(Boolean isActive)
Indicates whether the bundle is active. Use for a new or existing bucket.
isActive - Indicates whether the bundle is active. Use for a new or existing bucket.Copyright © 2023. All rights reserved.