Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.BundleInformation.Builder
Packages that use BundleInformation.Builder
-
Uses of BundleInformation.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return BundleInformation.BuilderModifier and TypeMethodDescriptionstatic BundleInformation.BuilderBundleInformation.builder()BundleInformation.Builder.bundleNames(String... bundleNames) The bundle names.BundleInformation.Builder.bundleNames(Collection<String> bundleNames) The bundle names.BundleInformation.Builder.pricingTier(String pricingTier) The pricing tier.BundleInformation.Builder.pricingTier(PricingTier pricingTier) The pricing tier.BundleInformation.toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type BundleInformation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BundleInformation.Builder>BundleInformation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type BundleInformation.BuilderModifier and TypeMethodDescriptiondefault PricingPlan.BuilderPricingPlan.Builder.bundleInformation(Consumer<BundleInformation.Builder> bundleInformation) The pricing plan's bundle information.