public static interface DistributionBundle.Builder extends SdkPojo, CopyableBuilder<DistributionBundle.Builder,DistributionBundle>
| Modifier and Type | Method and Description |
|---|---|
DistributionBundle.Builder |
bundleId(String bundleId)
The ID of the bundle.
|
DistributionBundle.Builder |
isActive(Boolean isActive)
Indicates whether the bundle is active, and can be specified for a new or existing distribution.
|
DistributionBundle.Builder |
name(String name)
The name of the distribution bundle.
|
DistributionBundle.Builder |
price(Float price)
The monthly price, in US dollars, of the bundle.
|
DistributionBundle.Builder |
transferPerMonthInGb(Integer transferPerMonthInGb)
The monthly network transfer quota of the bundle.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDistributionBundle.Builder bundleId(String bundleId)
The ID of the bundle.
bundleId - The ID of the bundle.DistributionBundle.Builder name(String name)
The name of the distribution bundle.
name - The name of the distribution bundle.DistributionBundle.Builder price(Float price)
The monthly price, in US dollars, of the bundle.
price - The monthly price, in US dollars, of the bundle.DistributionBundle.Builder transferPerMonthInGb(Integer transferPerMonthInGb)
The monthly network transfer quota of the bundle.
transferPerMonthInGb - The monthly network transfer quota of the bundle.DistributionBundle.Builder isActive(Boolean isActive)
Indicates whether the bundle is active, and can be specified for a new or existing distribution.
isActive - Indicates whether the bundle is active, and can be specified for a new or existing distribution.Copyright © 2022. All rights reserved.