static DistributionBundle.Builder |
DistributionBundle.builder() |
|
DistributionBundle.Builder |
DistributionBundle.Builder.bundleId(String bundleId) |
The ID of the bundle.
|
DistributionBundle.Builder |
DistributionBundle.Builder.isActive(Boolean isActive) |
Indicates whether the bundle is active, and can be specified for a new or existing distribution.
|
DistributionBundle.Builder |
DistributionBundle.Builder.name(String name) |
The name of the distribution bundle.
|
DistributionBundle.Builder |
DistributionBundle.Builder.price(Float price) |
The monthly price, in US dollars, of the bundle.
|
DistributionBundle.Builder |
DistributionBundle.toBuilder() |
|
DistributionBundle.Builder |
DistributionBundle.Builder.transferPerMonthInGb(Integer transferPerMonthInGb) |
The monthly network transfer quota of the bundle.
|