public static interface DescribeTargetGroupsResponse.Builder extends ElasticLoadBalancingv2Response.Builder, CopyableBuilder<DescribeTargetGroupsResponse.Builder,DescribeTargetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTargetGroupsResponse.Builder |
nextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
DescribeTargetGroupsResponse.Builder |
targetGroups(Collection<TargetGroup> targetGroups)
Information about the target groups.
|
DescribeTargetGroupsResponse.Builder |
targetGroups(Consumer<TargetGroup.Builder>... targetGroups)
Information about the target groups.
|
DescribeTargetGroupsResponse.Builder |
targetGroups(TargetGroup... targetGroups)
Information about the target groups.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeTargetGroupsResponse.Builder targetGroups(Collection<TargetGroup> targetGroups)
Information about the target groups.
targetGroups - Information about the target groups.DescribeTargetGroupsResponse.Builder targetGroups(TargetGroup... targetGroups)
Information about the target groups.
targetGroups - Information about the target groups.DescribeTargetGroupsResponse.Builder targetGroups(Consumer<TargetGroup.Builder>... targetGroups)
Information about the target groups.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #targetGroups(List) .targetGroups - a consumer that will call methods on List.Builder #targetGroups(List) DescribeTargetGroupsResponse.Builder nextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker - The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.