CopyableBuilder<DescribeTargetGroupsResponse.Builder,DescribeTargetGroupsResponse>, SdkBuilder<DescribeTargetGroupsResponse.Builder,DescribeTargetGroupsResponse>public static interface DescribeTargetGroupsResponse.Builder extends CopyableBuilder<DescribeTargetGroupsResponse.Builder,DescribeTargetGroupsResponse>
| Modifier and Type | Method | 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(TargetGroup... targetGroups) |
Information about the target groups.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTargetGroups(java.util.Collection) or #withTargetGroups(java.util.Collection) if you want
to override the existing values.
targetGroups - Information about the target groups.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.