public static interface ListContentsResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<ListContentsResponse.Builder,ListContentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListContentsResponse.Builder |
contentSummaries(Collection<ContentSummary> contentSummaries)
Information about the content.
|
ListContentsResponse.Builder |
contentSummaries(Consumer<ContentSummary.Builder>... contentSummaries)
Information about the content.
|
ListContentsResponse.Builder |
contentSummaries(ContentSummary... contentSummaries)
Information about the content.
|
ListContentsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContentsResponse.Builder contentSummaries(Collection<ContentSummary> contentSummaries)
Information about the content.
contentSummaries - Information about the content.ListContentsResponse.Builder contentSummaries(ContentSummary... contentSummaries)
Information about the content.
contentSummaries - Information about the content.ListContentsResponse.Builder contentSummaries(Consumer<ContentSummary.Builder>... contentSummaries)
Information about the content.
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 #contentSummaries(List) .contentSummaries - a consumer that will call methods on List.Builder #contentSummaries(List) ListContentsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2021. All rights reserved.