Interface ListEulaAcceptancesResponse.Builder

    • Method Detail

      • eulaAcceptances

        ListEulaAcceptancesResponse.Builder eulaAcceptances​(Collection<EulaAcceptance> eulaAcceptances)

        A collection of EULA acceptances.

        Parameters:
        eulaAcceptances - A collection of EULA acceptances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eulaAcceptances

        ListEulaAcceptancesResponse.Builder eulaAcceptances​(EulaAcceptance... eulaAcceptances)

        A collection of EULA acceptances.

        Parameters:
        eulaAcceptances - A collection of EULA acceptances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEulaAcceptancesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.