public static interface ListPricingPlansResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<ListPricingPlansResponse.Builder,ListPricingPlansResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPricingPlansResponse.Builder |
billingPeriod(String billingPeriod)
The billing period for which the described pricing plans are applicable.
|
ListPricingPlansResponse.Builder |
nextToken(String nextToken)
The pagination token that's used on subsequent calls to get pricing plans.
|
ListPricingPlansResponse.Builder |
pricingPlans(Collection<PricingPlanListElement> pricingPlans)
A list of
PricingPlanListElement retrieved. |
ListPricingPlansResponse.Builder |
pricingPlans(Consumer<PricingPlanListElement.Builder>... pricingPlans)
A list of
PricingPlanListElement retrieved. |
ListPricingPlansResponse.Builder |
pricingPlans(PricingPlanListElement... pricingPlans)
A list of
PricingPlanListElement retrieved. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPricingPlansResponse.Builder billingPeriod(String billingPeriod)
The billing period for which the described pricing plans are applicable.
billingPeriod - The billing period for which the described pricing plans are applicable.ListPricingPlansResponse.Builder pricingPlans(Collection<PricingPlanListElement> pricingPlans)
A list of PricingPlanListElement retrieved.
pricingPlans - A list of PricingPlanListElement retrieved.ListPricingPlansResponse.Builder pricingPlans(PricingPlanListElement... pricingPlans)
A list of PricingPlanListElement retrieved.
pricingPlans - A list of PricingPlanListElement retrieved.ListPricingPlansResponse.Builder pricingPlans(Consumer<PricingPlanListElement.Builder>... pricingPlans)
A list of PricingPlanListElement retrieved.
PricingPlanListElement.Builder avoiding the
need to create one manually via
PricingPlanListElement.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #pricingPlans(List.
pricingPlans - a consumer that will call methods on
PricingPlanListElement.Builder#pricingPlans(java.util.Collection) ListPricingPlansResponse.Builder nextToken(String nextToken)
The pagination token that's used on subsequent calls to get pricing plans.
nextToken - The pagination token that's used on subsequent calls to get pricing plans.Copyright © 2023. All rights reserved.