public static interface CreateVocabularyResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateVocabularyResponse.Builder,CreateVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyResponse.Builder |
state(String state)
The current state of the custom vocabulary.
|
CreateVocabularyResponse.Builder |
state(VocabularyState state)
The current state of the custom vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyArn(String vocabularyArn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
CreateVocabularyResponse.Builder |
vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVocabularyResponse.Builder vocabularyArn(String vocabularyArn)
The Amazon Resource Name (ARN) of the custom vocabulary.
vocabularyArn - The Amazon Resource Name (ARN) of the custom vocabulary.CreateVocabularyResponse.Builder vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
vocabularyId - The identifier of the custom vocabulary.CreateVocabularyResponse.Builder state(String state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyState,
VocabularyStateCreateVocabularyResponse.Builder state(VocabularyState state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyState,
VocabularyStateCopyright © 2023. All rights reserved.