Interface ListLunaClientsResponse.Builder

    • Method Detail

      • clientList

        ListLunaClientsResponse.Builder clientList​(Collection<String> clientList)

        The list of clients.

        Parameters:
        clientList - The list of clients.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientList

        ListLunaClientsResponse.Builder clientList​(String... clientList)

        The list of clients.

        Parameters:
        clientList - The list of clients.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLunaClientsResponse.Builder nextToken​(String nextToken)

        If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.

        Parameters:
        nextToken - If not null, more results are available. Pass this to ListLunaClients to retrieve the next set of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.