public static interface DescribeLoadBalancerTargetGroupsResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, 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)
A string that indicates that the response contains more items than can be returned in a single response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theLoadBalancerTargetGroupState.Builder avoiding the
need to create one manually via
LoadBalancerTargetGroupState.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #loadBalancerTargetGroups(List.
loadBalancerTargetGroups - a consumer that will call methods on
LoadBalancerTargetGroupState.Builder#loadBalancerTargetGroups(java.util.Collection) DescribeLoadBalancerTargetGroupsResponse.Builder nextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken value when requesting the next
set of items. This value is null when there are no more items to return.
nextToken - A string that indicates that the response contains more items than can be returned in a single
response. To receive additional items, specify this string for the NextToken value when
requesting the next set of items. This value is null when there are no more items to return.Copyright © 2023. All rights reserved.