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