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