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 method that creates an instance of theContentSummary.Builder avoiding the need to create one
manually via ContentSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #contentSummaries(List.
contentSummaries - a consumer that will call methods on
ContentSummary.Builder#contentSummaries(java.util.Collection) 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 © 2023. All rights reserved.