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 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 #vocabularySummaryList(List) .vocabularySummaryList - a consumer that will call methods on List.Builder #vocabularySummaryList(List) 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 © 2022. All rights reserved.