Interface ListOfferingTransactionsResponse.Builder

    • Method Detail

      • offeringTransactions

        ListOfferingTransactionsResponse.Builder offeringTransactions​(Collection<OfferingTransaction> offeringTransactions)

        The audit log of subscriptions you have purchased and modified through AWS Device Farm.

        Parameters:
        offeringTransactions - The audit log of subscriptions you have purchased and modified through AWS Device Farm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • offeringTransactions

        ListOfferingTransactionsResponse.Builder offeringTransactions​(OfferingTransaction... offeringTransactions)

        The audit log of subscriptions you have purchased and modified through AWS Device Farm.

        Parameters:
        offeringTransactions - The audit log of subscriptions you have purchased and modified through AWS Device Farm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOfferingTransactionsResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which can be used 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.