public static interface UpdatePricingPlanResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdatePricingPlanResponse.Builder,UpdatePricingPlanResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePricingPlanResponse.Builder |
currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan)
Update the current pricing plan.
|
UpdatePricingPlanResponse.Builder |
currentPricingPlan(PricingPlan currentPricingPlan)
Update the current pricing plan.
|
default UpdatePricingPlanResponse.Builder |
pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan)
Update the pending pricing plan.
|
UpdatePricingPlanResponse.Builder |
pendingPricingPlan(PricingPlan pendingPricingPlan)
Update the pending pricing plan.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePricingPlanResponse.Builder currentPricingPlan(PricingPlan currentPricingPlan)
Update the current pricing plan.
currentPricingPlan - Update the current pricing plan.default UpdatePricingPlanResponse.Builder currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan)
Update the current pricing plan.
This is a convenience method that creates an instance of thePricingPlan.Builder avoiding the need to
create one manually via PricingPlan.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to currentPricingPlan(PricingPlan).
currentPricingPlan - a consumer that will call methods on PricingPlan.BuildercurrentPricingPlan(PricingPlan)UpdatePricingPlanResponse.Builder pendingPricingPlan(PricingPlan pendingPricingPlan)
Update the pending pricing plan.
pendingPricingPlan - Update the pending pricing plan.default UpdatePricingPlanResponse.Builder pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan)
Update the pending pricing plan.
This is a convenience method that creates an instance of thePricingPlan.Builder avoiding the need to
create one manually via PricingPlan.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to pendingPricingPlan(PricingPlan).
pendingPricingPlan - a consumer that will call methods on PricingPlan.BuilderpendingPricingPlan(PricingPlan)Copyright © 2023. All rights reserved.