Interface ListPricingPlansAssociatedWithPricingRuleResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BillingconductorResponse.Builder,Buildable,CopyableBuilder<ListPricingPlansAssociatedWithPricingRuleResponse.Builder,ListPricingPlansAssociatedWithPricingRuleResponse>,SdkBuilder<ListPricingPlansAssociatedWithPricingRuleResponse.Builder,ListPricingPlansAssociatedWithPricingRuleResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListPricingPlansAssociatedWithPricingRuleResponse
public static interface ListPricingPlansAssociatedWithPricingRuleResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<ListPricingPlansAssociatedWithPricingRuleResponse.Builder,ListPricingPlansAssociatedWithPricingRuleResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPricingPlansAssociatedWithPricingRuleResponse.BuilderbillingPeriod(String billingPeriod)The pricing plan billing period for which associations will be listed.ListPricingPlansAssociatedWithPricingRuleResponse.BuildernextToken(String nextToken)The pagination token to be used on subsequent calls.ListPricingPlansAssociatedWithPricingRuleResponse.BuilderpricingPlanArns(String... pricingPlanArns)The list containing pricing plans that are associated with the requested pricing rule.ListPricingPlansAssociatedWithPricingRuleResponse.BuilderpricingPlanArns(Collection<String> pricingPlanArns)The list containing pricing plans that are associated with the requested pricing rule.ListPricingPlansAssociatedWithPricingRuleResponse.BuilderpricingRuleArn(String pricingRuleArn)The pricing rule Amazon Resource Name (ARN) for which associations will be listed.-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
billingPeriod
ListPricingPlansAssociatedWithPricingRuleResponse.Builder billingPeriod(String billingPeriod)
The pricing plan billing period for which associations will be listed.
- Parameters:
billingPeriod- The pricing plan billing period for which associations will be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingRuleArn
ListPricingPlansAssociatedWithPricingRuleResponse.Builder pricingRuleArn(String pricingRuleArn)
The pricing rule Amazon Resource Name (ARN) for which associations will be listed.
- Parameters:
pricingRuleArn- The pricing rule Amazon Resource Name (ARN) for which associations will be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlanArns
ListPricingPlansAssociatedWithPricingRuleResponse.Builder pricingPlanArns(Collection<String> pricingPlanArns)
The list containing pricing plans that are associated with the requested pricing rule.
- Parameters:
pricingPlanArns- The list containing pricing plans that are associated with the requested pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlanArns
ListPricingPlansAssociatedWithPricingRuleResponse.Builder pricingPlanArns(String... pricingPlanArns)
The list containing pricing plans that are associated with the requested pricing rule.
- Parameters:
pricingPlanArns- The list containing pricing plans that are associated with the requested pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPricingPlansAssociatedWithPricingRuleResponse.Builder nextToken(String nextToken)
The pagination token to be used on subsequent calls.
- Parameters:
nextToken- The pagination token to be used on subsequent calls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-