Interface ListPricingRulesAssociatedToPricingPlanResponse.Builder

    • Method Detail

      • billingPeriod

        ListPricingRulesAssociatedToPricingPlanResponse.Builder billingPeriod​(String billingPeriod)

        The billing period for which the pricing rule associations are listed.

        Parameters:
        billingPeriod - The billing period for which the pricing rule associations are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pricingPlanArn

        ListPricingRulesAssociatedToPricingPlanResponse.Builder pricingPlanArn​(String pricingPlanArn)

        The Amazon Resource Name (ARN) of the pricing plan for which associations are listed.

        Parameters:
        pricingPlanArn - The Amazon Resource Name (ARN) of the pricing plan for which associations are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pricingRuleArns

        ListPricingRulesAssociatedToPricingPlanResponse.Builder pricingRuleArns​(Collection<String> pricingRuleArns)

        A list containing pricing rules that are associated with the requested pricing plan.

        Parameters:
        pricingRuleArns - A list containing pricing rules that are associated with the requested pricing plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pricingRuleArns

        ListPricingRulesAssociatedToPricingPlanResponse.Builder pricingRuleArns​(String... pricingRuleArns)

        A list containing pricing rules that are associated with the requested pricing plan.

        Parameters:
        pricingRuleArns - A list containing pricing rules that are associated with the requested pricing plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPricingRulesAssociatedToPricingPlanResponse.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.