public static interface ListPricingPlansAssociatedWithPricingRuleResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<ListPricingPlansAssociatedWithPricingRuleResponse.Builder,ListPricingPlansAssociatedWithPricingRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPricingPlansAssociatedWithPricingRuleResponse.Builder |
billingPeriod(String billingPeriod)
The pricing plan billing period for which associations will be listed.
|
ListPricingPlansAssociatedWithPricingRuleResponse.Builder |
nextToken(String nextToken)
The pagination token to be used on subsequent calls.
|
ListPricingPlansAssociatedWithPricingRuleResponse.Builder |
pricingPlanArns(Collection<String> pricingPlanArns)
The list containing pricing plans that are associated with the requested pricing rule.
|
ListPricingPlansAssociatedWithPricingRuleResponse.Builder |
pricingPlanArns(String... pricingPlanArns)
The list containing pricing plans that are associated with the requested pricing rule.
|
ListPricingPlansAssociatedWithPricingRuleResponse.Builder |
pricingRuleArn(String pricingRuleArn)
The pricing rule Amazon Resource Name (ARN) for which associations will be listed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPricingPlansAssociatedWithPricingRuleResponse.Builder billingPeriod(String billingPeriod)
The pricing plan billing period for which associations will be listed.
billingPeriod - The pricing plan billing period for which associations will be listed.ListPricingPlansAssociatedWithPricingRuleResponse.Builder pricingRuleArn(String pricingRuleArn)
The pricing rule Amazon Resource Name (ARN) for which associations will be listed.
pricingRuleArn - The pricing rule Amazon Resource Name (ARN) for which associations will be listed.ListPricingPlansAssociatedWithPricingRuleResponse.Builder pricingPlanArns(Collection<String> pricingPlanArns)
The list containing pricing plans that are associated with the requested pricing rule.
pricingPlanArns - The list containing pricing plans that are associated with the requested pricing rule.ListPricingPlansAssociatedWithPricingRuleResponse.Builder pricingPlanArns(String... pricingPlanArns)
The list containing pricing plans that are associated with the requested pricing rule.
pricingPlanArns - The list containing pricing plans that are associated with the requested pricing rule.ListPricingPlansAssociatedWithPricingRuleResponse.Builder nextToken(String nextToken)
The pagination token to be used on subsequent calls.
nextToken - The pagination token to be used on subsequent calls.Copyright © 2023. All rights reserved.