Interface ListApiKeysResponse.Builder

    • Method Detail

      • apiKeys

        ListApiKeysResponse.Builder apiKeys​(Collection<ApiKey> apiKeys)

        The ApiKey objects.

        Parameters:
        apiKeys - The ApiKey objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiKeys

        ListApiKeysResponse.Builder apiKeys​(ApiKey... apiKeys)

        The ApiKey objects.

        Parameters:
        apiKeys - The ApiKey objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApiKeysResponse.Builder nextToken​(String nextToken)

        An identifier to pass in the next request to this operation to return the next set of items in the list.

        Parameters:
        nextToken - An identifier to pass in the next request 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.