Interface ListPricingPlansAssociatedWithPricingRuleResponse.Builder

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