Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.PricingPlan.Builder
Packages that use PricingPlan.Builder
-
Uses of PricingPlan.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PricingPlan.BuilderModifier and TypeMethodDescriptionPricingPlan.Builder.billableEntityCount(Long billableEntityCount) The billable entity count.static PricingPlan.BuilderPricingPlan.builder()default PricingPlan.BuilderPricingPlan.Builder.bundleInformation(Consumer<BundleInformation.Builder> bundleInformation) The pricing plan's bundle information.PricingPlan.Builder.bundleInformation(BundleInformation bundleInformation) The pricing plan's bundle information.PricingPlan.Builder.effectiveDateTime(Instant effectiveDateTime) The effective date and time of the pricing plan.PricingPlan.Builder.pricingMode(String pricingMode) The pricing mode.PricingPlan.Builder.pricingMode(PricingMode pricingMode) The pricing mode.PricingPlan.toBuilder()PricingPlan.Builder.updateDateTime(Instant updateDateTime) The set date and time for updating a pricing plan.PricingPlan.Builder.updateReason(String updateReason) The update reason for changing a pricing plan.PricingPlan.Builder.updateReason(UpdateReason updateReason) The update reason for changing a pricing plan.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PricingPlan.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PricingPlan.Builder>PricingPlan.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PricingPlan.BuilderModifier and TypeMethodDescriptiondefault GetPricingPlanResponse.BuilderGetPricingPlanResponse.Builder.currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan) The chosen pricing plan for the current billing cycle.UpdatePricingPlanResponse.Builder.currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan) Update the current pricing plan.default GetPricingPlanResponse.BuilderGetPricingPlanResponse.Builder.pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan) The pending pricing plan.UpdatePricingPlanResponse.Builder.pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan) Update the pending pricing plan.