public static interface SearchVocabulariesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchVocabulariesResponse.Builder,SearchVocabulariesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchVocabulariesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchVocabulariesResponse.Builder |
vocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
|
SearchVocabulariesResponse.Builder |
vocabularySummaryList(Consumer<VocabularySummary.Builder>... vocabularySummaryList)
The list of the available custom vocabularies.
|
SearchVocabulariesResponse.Builder |
vocabularySummaryList(VocabularySummary... vocabularySummaryList)
The list of the available custom vocabularies.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchVocabulariesResponse.Builder vocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
vocabularySummaryList - The list of the available custom vocabularies.SearchVocabulariesResponse.Builder vocabularySummaryList(VocabularySummary... vocabularySummaryList)
The list of the available custom vocabularies.
vocabularySummaryList - The list of the available custom vocabularies.SearchVocabulariesResponse.Builder vocabularySummaryList(Consumer<VocabularySummary.Builder>... vocabularySummaryList)
The list of the available custom vocabularies.
This is a convenience method that creates an instance of theVocabularySummary.Builder avoiding the need to create
one manually via VocabularySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vocabularySummaryList(List.
vocabularySummaryList - a consumer that will call methods on
VocabularySummary.Builder#vocabularySummaryList(java.util.Collection) SearchVocabulariesResponse.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.