public static interface DescribeTargetGroupsResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTargetGroupsResponse.Builder,DescribeTargetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTargetGroupsResponse.Builder |
nextMarker(String nextMarker)
If there are additional results, this is the marker for 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theTargetGroup.Builder avoiding the need to
create one manually via
TargetGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #targetGroups(List.
targetGroups - a consumer that will call methods on
TargetGroup.Builder#targetGroups(java.util.Collection) DescribeTargetGroupsResponse.Builder nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is
null.Copyright © 2023. All rights reserved.