Interface ListPricingPlansResponse.Builder

    • Method Detail

      • billingPeriod

        ListPricingPlansResponse.Builder billingPeriod​(String billingPeriod)

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

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

        ListPricingPlansResponse.Builder pricingPlans​(PricingPlanListElement... pricingPlans)

        A list of PricingPlanListElement retrieved.

        Parameters:
        pricingPlans - A list of PricingPlanListElement retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPricingPlansResponse.Builder nextToken​(String nextToken)

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

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