Interface ListOfferingPromotionsResponse.Builder

    • Method Detail

      • offeringPromotions

        ListOfferingPromotionsResponse.Builder offeringPromotions​(Collection<OfferingPromotion> offeringPromotions)

        Information about the offering promotions.

        Parameters:
        offeringPromotions - Information about the offering promotions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • offeringPromotions

        ListOfferingPromotionsResponse.Builder offeringPromotions​(OfferingPromotion... offeringPromotions)

        Information about the offering promotions.

        Parameters:
        offeringPromotions - Information about the offering promotions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOfferingPromotionsResponse.Builder nextToken​(String nextToken)

        An identifier to be used in the next call to this operation, to return the next set of items in the list.

        Parameters:
        nextToken - An identifier to be used in the next call to this operation, to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.