public static interface ListDefaultVocabulariesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListDefaultVocabulariesResponse.Builder,ListDefaultVocabulariesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDefaultVocabulariesResponse.Builder |
defaultVocabularyList(Collection<DefaultVocabulary> defaultVocabularyList)
A list of default vocabularies.
|
ListDefaultVocabulariesResponse.Builder |
defaultVocabularyList(Consumer<DefaultVocabulary.Builder>... defaultVocabularyList)
A list of default vocabularies.
|
ListDefaultVocabulariesResponse.Builder |
defaultVocabularyList(DefaultVocabulary... defaultVocabularyList)
A list of default vocabularies.
|
ListDefaultVocabulariesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDefaultVocabulariesResponse.Builder defaultVocabularyList(Collection<DefaultVocabulary> defaultVocabularyList)
A list of default vocabularies.
defaultVocabularyList - A list of default vocabularies.ListDefaultVocabulariesResponse.Builder defaultVocabularyList(DefaultVocabulary... defaultVocabularyList)
A list of default vocabularies.
defaultVocabularyList - A list of default vocabularies.ListDefaultVocabulariesResponse.Builder defaultVocabularyList(Consumer<DefaultVocabulary.Builder>... defaultVocabularyList)
A list of default 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 #defaultVocabularyList(List) .defaultVocabularyList - a consumer that will call methods on List.Builder #defaultVocabularyList(List) ListDefaultVocabulariesResponse.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.