CopyableBuilder<DescribeLoadBalancerTargetGroupsResponse.Builder,DescribeLoadBalancerTargetGroupsResponse>
, SdkBuilder<DescribeLoadBalancerTargetGroupsResponse.Builder,DescribeLoadBalancerTargetGroupsResponse>
public static interface DescribeLoadBalancerTargetGroupsResponse.Builder extends CopyableBuilder<DescribeLoadBalancerTargetGroupsResponse.Builder,DescribeLoadBalancerTargetGroupsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeLoadBalancerTargetGroupsResponse.Builder |
loadBalancerTargetGroups(Collection<LoadBalancerTargetGroupState> 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.
|
copy
apply, build
DescribeLoadBalancerTargetGroupsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setLoadBalancerTargetGroups(java.util.Collection)
or
#withLoadBalancerTargetGroups(java.util.Collection)
if you want to override the existing values.
loadBalancerTargetGroups
- Information about the target groups.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.