Interface DescribeTargetGroupsResponse.Builder

    • Method Detail

      • targetGroups

        DescribeTargetGroupsResponse.Builder targetGroups​(Collection<TargetGroup> targetGroups)

        Information about the target groups.

        Parameters:
        targetGroups - Information about the target groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetGroups

        DescribeTargetGroupsResponse.Builder targetGroups​(TargetGroup... targetGroups)

        Information about the target groups.

        Parameters:
        targetGroups - Information about the target groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        DescribeTargetGroupsResponse.Builder nextMarker​(String nextMarker)

        If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

        Parameters:
        nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.