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