public static interface ListLinksResponse.Builder extends OamResponse.Builder, SdkPojo, CopyableBuilder<ListLinksResponse.Builder,ListLinksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLinksResponse.Builder |
items(Collection<ListLinksItem> items)
An array of structures that contain the information about the returned links.
|
ListLinksResponse.Builder |
items(Consumer<ListLinksItem.Builder>... items)
An array of structures that contain the information about the returned links.
|
ListLinksResponse.Builder |
items(ListLinksItem... items)
An array of structures that contain the information about the returned links.
|
ListLinksResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of links.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLinksResponse.Builder items(Collection<ListLinksItem> items)
An array of structures that contain the information about the returned links.
items - An array of structures that contain the information about the returned links.ListLinksResponse.Builder items(ListLinksItem... items)
An array of structures that contain the information about the returned links.
items - An array of structures that contain the information about the returned links.ListLinksResponse.Builder items(Consumer<ListLinksItem.Builder>... items)
An array of structures that contain the information about the returned links.
This is a convenience method that creates an instance of theListLinksItem.Builder avoiding the need to create one
manually via ListLinksItem.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
ListLinksItem.Builder#items(java.util.Collection) ListLinksResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of links.
nextToken - The token to use when requesting the next set of links.Copyright © 2023. All rights reserved.