public static interface SearchContentResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<SearchContentResponse.Builder,SearchContentResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchContentResponse.Builder |
contentSummaries(Collection<ContentSummary> contentSummaries)
Summary information about the content.
|
SearchContentResponse.Builder |
contentSummaries(Consumer<ContentSummary.Builder>... contentSummaries)
Summary information about the content.
|
SearchContentResponse.Builder |
contentSummaries(ContentSummary... contentSummaries)
Summary information about the content.
|
SearchContentResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchContentResponse.Builder contentSummaries(Collection<ContentSummary> contentSummaries)
Summary information about the content.
contentSummaries - Summary information about the content.SearchContentResponse.Builder contentSummaries(ContentSummary... contentSummaries)
Summary information about the content.
contentSummaries - Summary information about the content.SearchContentResponse.Builder contentSummaries(Consumer<ContentSummary.Builder>... contentSummaries)
Summary 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) SearchContentResponse.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.