Interface ListPricingRulesResponse.Builder

    • Method Detail

      • billingPeriod

        ListPricingRulesResponse.Builder billingPeriod​(String billingPeriod)

        The billing period for which the described pricing rules are applicable.

        Parameters:
        billingPeriod - The billing period for which the described pricing rules are applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pricingRules

        ListPricingRulesResponse.Builder pricingRules​(Collection<PricingRuleListElement> pricingRules)

        A list containing the described pricing rules.

        Parameters:
        pricingRules - A list containing the described pricing rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pricingRules

        ListPricingRulesResponse.Builder pricingRules​(PricingRuleListElement... pricingRules)

        A list containing the described pricing rules.

        Parameters:
        pricingRules - A list containing the described pricing rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPricingRulesResponse.Builder nextToken​(String nextToken)

        The pagination token that's used on subsequent calls to get pricing rules.

        Parameters:
        nextToken - The pagination token that's used on subsequent calls to get pricing rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.