static ListAttachedLinksResponse.Builder |
ListAttachedLinksResponse.builder() |
|
ListAttachedLinksResponse.Builder |
ListAttachedLinksResponse.Builder.items(Collection<ListAttachedLinksItem> items) |
An array of structures that contain the information about the attached links.
|
ListAttachedLinksResponse.Builder |
ListAttachedLinksResponse.Builder.items(Consumer<ListAttachedLinksItem.Builder>... items) |
An array of structures that contain the information about the attached links.
|
ListAttachedLinksResponse.Builder |
ListAttachedLinksResponse.Builder.items(ListAttachedLinksItem... items) |
An array of structures that contain the information about the attached links.
|
ListAttachedLinksResponse.Builder |
ListAttachedLinksResponse.Builder.nextToken(String nextToken) |
The token to use when requesting the next set of links.
|
ListAttachedLinksResponse.Builder |
ListAttachedLinksResponse.toBuilder() |
|