public static interface ListTargetGroupsResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListTargetGroupsResponse.Builder,ListTargetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTargetGroupsResponse.Builder |
items(Collection<TargetGroupSummary> items)
Information about the target groups.
|
ListTargetGroupsResponse.Builder |
items(Consumer<TargetGroupSummary.Builder>... items)
Information about the target groups.
|
ListTargetGroupsResponse.Builder |
items(TargetGroupSummary... items)
Information about the target groups.
|
ListTargetGroupsResponse.Builder |
nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetGroupsResponse.Builder items(Collection<TargetGroupSummary> items)
Information about the target groups.
items - Information about the target groups.ListTargetGroupsResponse.Builder items(TargetGroupSummary... items)
Information about the target groups.
items - Information about the target groups.ListTargetGroupsResponse.Builder items(Consumer<TargetGroupSummary.Builder>... items)
Information about the target groups.
This is a convenience method that creates an instance of theTargetGroupSummary.Builder avoiding the need to
create one manually via TargetGroupSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
TargetGroupSummary.Builder#items(java.util.Collection) ListTargetGroupsResponse.Builder nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
nextToken - If there are additional results, a pagination token for the next page of results.Copyright © 2023. All rights reserved.