Interface ListEndpointGroupsResponse.Builder

    • Method Detail

      • endpointGroups

        ListEndpointGroupsResponse.Builder endpointGroups​(Collection<EndpointGroup> endpointGroups)

        The list of the endpoint groups associated with a listener.

        Parameters:
        endpointGroups - The list of the endpoint groups associated with a listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointGroups

        ListEndpointGroupsResponse.Builder endpointGroups​(EndpointGroup... endpointGroups)

        The list of the endpoint groups associated with a listener.

        Parameters:
        endpointGroups - The list of the endpoint groups associated with a listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEndpointGroupsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. You receive this token from a previous call.

        Parameters:
        nextToken - The token for the next set of results. You receive this token from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.