Interface ListPricingRulesAssociatedToPricingPlanRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingconductorRequest.Builder,Buildable,CopyableBuilder<ListPricingRulesAssociatedToPricingPlanRequest.Builder,ListPricingRulesAssociatedToPricingPlanRequest>,SdkBuilder<ListPricingRulesAssociatedToPricingPlanRequest.Builder,ListPricingRulesAssociatedToPricingPlanRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListPricingRulesAssociatedToPricingPlanRequest
public static interface ListPricingRulesAssociatedToPricingPlanRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<ListPricingRulesAssociatedToPricingPlanRequest.Builder,ListPricingRulesAssociatedToPricingPlanRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
billingPeriod
ListPricingRulesAssociatedToPricingPlanRequest.Builder billingPeriod(String billingPeriod)
The billing period for which the pricing rule associations are to be listed.
- Parameters:
billingPeriod- The billing period for which the pricing rule associations are to be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlanArn
ListPricingRulesAssociatedToPricingPlanRequest.Builder pricingPlanArn(String pricingPlanArn)
The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed.
- Parameters:
pricingPlanArn- The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListPricingRulesAssociatedToPricingPlanRequest.Builder maxResults(Integer maxResults)
The optional maximum number of pricing rule associations to retrieve.
- Parameters:
maxResults- The optional maximum number of pricing rule associations to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPricingRulesAssociatedToPricingPlanRequest.Builder nextToken(String nextToken)
The optional pagination token returned by a previous call.
- Parameters:
nextToken- The optional pagination token returned by a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPricingRulesAssociatedToPricingPlanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPricingRulesAssociatedToPricingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-