Interface ListPricingRulesAssociatedToPricingPlanRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BillingconductorRequest.Builder
,Buildable
,CopyableBuilder<ListPricingRulesAssociatedToPricingPlanRequest.Builder,
,ListPricingRulesAssociatedToPricingPlanRequest> SdkBuilder<ListPricingRulesAssociatedToPricingPlanRequest.Builder,
,ListPricingRulesAssociatedToPricingPlanRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListPricingRulesAssociatedToPricingPlanRequest
@Mutable
@NotThreadSafe
public static interface ListPricingRulesAssociatedToPricingPlanRequest.Builder
extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<ListPricingRulesAssociatedToPricingPlanRequest.Builder,ListPricingRulesAssociatedToPricingPlanRequest>
-
Method Summary
Modifier and TypeMethodDescriptionbillingPeriod
(String billingPeriod) The billing period for which the pricing rule associations are to be listed.maxResults
(Integer maxResults) The optional maximum number of pricing rule associations to retrieve.The optional pagination token returned by a previous call.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pricingPlanArn
(String pricingPlanArn) The Amazon Resource Name (ARN) of the pricing plan for which associations are to be listed.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListPricingRulesAssociatedToPricingPlanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-