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