public static interface GetLinksResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetLinksResponse.Builder,GetLinksResponse>
| Modifier and Type | Method and Description |
|---|---|
GetLinksResponse.Builder |
links(Collection<Link> links)
The links.
|
GetLinksResponse.Builder |
links(Consumer<Link.Builder>... links)
The links.
|
GetLinksResponse.Builder |
links(Link... links)
The links.
|
GetLinksResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLinksResponse.Builder links(Collection<Link> links)
The links.
links - The links.GetLinksResponse.Builder links(Link... links)
The links.
links - The links.GetLinksResponse.Builder links(Consumer<Link.Builder>... links)
The links.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder().
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #links(List).links - a consumer that will call methods on List.Builder#links(List)GetLinksResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2021. All rights reserved.