public static interface BundleInformation.Builder extends SdkPojo, CopyableBuilder<BundleInformation.Builder,BundleInformation>
| Modifier and Type | Method and Description |
|---|---|
BundleInformation.Builder |
bundleNames(Collection<String> bundleNames)
The bundle names.
|
BundleInformation.Builder |
bundleNames(String... bundleNames)
The bundle names.
|
BundleInformation.Builder |
pricingTier(PricingTier pricingTier)
The pricing tier.
|
BundleInformation.Builder |
pricingTier(String pricingTier)
The pricing tier.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBundleInformation.Builder bundleNames(Collection<String> bundleNames)
The bundle names.
bundleNames - The bundle names.BundleInformation.Builder bundleNames(String... bundleNames)
The bundle names.
bundleNames - The bundle names.BundleInformation.Builder pricingTier(String pricingTier)
The pricing tier.
pricingTier - The pricing tier.PricingTier,
PricingTierBundleInformation.Builder pricingTier(PricingTier pricingTier)
The pricing tier.
pricingTier - The pricing tier.PricingTier,
PricingTierCopyright © 2023. All rights reserved.