public static interface ListTargetsResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListTargetsResponse.Builder,ListTargetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTargetsResponse.Builder |
items(Collection<TargetSummary> items)
Information about the targets.
|
ListTargetsResponse.Builder |
items(Consumer<TargetSummary.Builder>... items)
Information about the targets.
|
ListTargetsResponse.Builder |
items(TargetSummary... items)
Information about the targets.
|
ListTargetsResponse.Builder |
nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetsResponse.Builder items(Collection<TargetSummary> items)
Information about the targets.
items - Information about the targets.ListTargetsResponse.Builder items(TargetSummary... items)
Information about the targets.
items - Information about the targets.ListTargetsResponse.Builder items(Consumer<TargetSummary.Builder>... items)
Information about the targets.
This is a convenience method that creates an instance of theTargetSummary.Builder avoiding the need to create
one manually via TargetSummary.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
TargetSummary.Builder#items(java.util.Collection) ListTargetsResponse.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.