Uses of Interface
software.amazon.awssdk.services.connect.model.CreateVocabularyResponse.Builder
-
Packages that use CreateVocabularyResponse.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CreateVocabularyResponse.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CreateVocabularyResponse.Builder Modifier and Type Method Description static CreateVocabularyResponse.BuilderCreateVocabularyResponse. builder()CreateVocabularyResponse.BuilderCreateVocabularyResponse.Builder. state(String state)The current state of the custom vocabulary.CreateVocabularyResponse.BuilderCreateVocabularyResponse.Builder. state(VocabularyState state)The current state of the custom vocabulary.CreateVocabularyResponse.BuilderCreateVocabularyResponse. toBuilder()CreateVocabularyResponse.BuilderCreateVocabularyResponse.Builder. vocabularyArn(String vocabularyArn)The Amazon Resource Name (ARN) of the custom vocabulary.CreateVocabularyResponse.BuilderCreateVocabularyResponse.Builder. vocabularyId(String vocabularyId)The identifier of the custom vocabulary.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type CreateVocabularyResponse.Builder Modifier and Type Method Description static Class<? extends CreateVocabularyResponse.Builder>CreateVocabularyResponse. serializableBuilderClass()
-