public static interface GetPricingPlanResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetPricingPlanResponse.Builder,GetPricingPlanResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPricingPlanResponse.Builder |
currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan)
The chosen pricing plan for the current billing cycle.
|
GetPricingPlanResponse.Builder |
currentPricingPlan(PricingPlan currentPricingPlan)
The chosen pricing plan for the current billing cycle.
|
default GetPricingPlanResponse.Builder |
pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan)
The pending pricing plan.
|
GetPricingPlanResponse.Builder |
pendingPricingPlan(PricingPlan pendingPricingPlan)
The pending pricing plan.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPricingPlanResponse.Builder currentPricingPlan(PricingPlan currentPricingPlan)
The chosen pricing plan for the current billing cycle.
currentPricingPlan - The chosen pricing plan for the current billing cycle.default GetPricingPlanResponse.Builder currentPricingPlan(Consumer<PricingPlan.Builder> currentPricingPlan)
The chosen pricing plan for the current billing cycle.
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)GetPricingPlanResponse.Builder pendingPricingPlan(PricingPlan pendingPricingPlan)
The pending pricing plan.
pendingPricingPlan - The pending pricing plan.default GetPricingPlanResponse.Builder pendingPricingPlan(Consumer<PricingPlan.Builder> pendingPricingPlan)
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.