Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.PricingPlan.Builder
-
Packages that use PricingPlan.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PricingPlan.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PricingPlan.Builder Modifier and Type Method Description PricingPlan.BuilderPricingPlan.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.BuilderPricingPlan.Builder. bundleInformation(BundleInformation bundleInformation)The pricing plan's bundle information.PricingPlan.BuilderPricingPlan.Builder. effectiveDateTime(Instant effectiveDateTime)The effective date and time of the pricing plan.PricingPlan.BuilderPricingPlan.Builder. pricingMode(String pricingMode)The pricing mode.PricingPlan.BuilderPricingPlan.Builder. pricingMode(PricingMode pricingMode)The pricing mode.PricingPlan.BuilderPricingPlan. toBuilder()PricingPlan.BuilderPricingPlan.Builder. updateDateTime(Instant updateDateTime)The set date and time for updating a pricing plan.PricingPlan.BuilderPricingPlan.Builder. updateReason(String updateReason)The update reason for changing a pricing plan.PricingPlan.BuilderPricingPlan.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.Builder Modifier and Type Method Description static Class<? extends PricingPlan.Builder>PricingPlan. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PricingPlan.Builder Modifier and Type Method Description default GetPricingPlanResponse.BuilderGetPricingPlanResponse.Builder. currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan)The chosen pricing plan for the current billing cycle.default UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse.Builder. currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan)Update the current pricing plan.default GetPricingPlanResponse.BuilderGetPricingPlanResponse.Builder. pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan)The pending pricing plan.default UpdatePricingPlanResponse.BuilderUpdatePricingPlanResponse.Builder. pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan)Update the pending pricing plan.
-