public static interface DescribeLoadBalancerTargetGroupsResponse.Builder extends AutoScalingResponse.Builder, CopyableBuilder<DescribeLoadBalancerTargetGroupsResponse.Builder,DescribeLoadBalancerTargetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLoadBalancerTargetGroupsResponse.Builder |
loadBalancerTargetGroups(Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
|
DescribeLoadBalancerTargetGroupsResponse.Builder |
loadBalancerTargetGroups(Consumer<LoadBalancerTargetGroupState.Builder>... loadBalancerTargetGroups)
Information about the target groups.
|
DescribeLoadBalancerTargetGroupsResponse.Builder |
loadBalancerTargetGroups(LoadBalancerTargetGroupState... loadBalancerTargetGroups)
Information about the target groups.
|
DescribeLoadBalancerTargetGroupsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeLoadBalancerTargetGroupsResponse.Builder loadBalancerTargetGroups(Collection<LoadBalancerTargetGroupState> loadBalancerTargetGroups)
Information about the target groups.
loadBalancerTargetGroups - Information about the target groups.DescribeLoadBalancerTargetGroupsResponse.Builder loadBalancerTargetGroups(LoadBalancerTargetGroupState... loadBalancerTargetGroups)
Information about the target groups.
loadBalancerTargetGroups - Information about the target groups.DescribeLoadBalancerTargetGroupsResponse.Builder loadBalancerTargetGroups(Consumer<LoadBalancerTargetGroupState.Builder>... loadBalancerTargetGroups)
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 #loadBalancerTargetGroups(List)
.loadBalancerTargetGroups - a consumer that will call methods on List.Builder #loadBalancerTargetGroups(List) DescribeLoadBalancerTargetGroupsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.