Interface CreateVocabularyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<CreateVocabularyResponse.Builder,CreateVocabularyResponse>,SdkBuilder<CreateVocabularyResponse.Builder,CreateVocabularyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateVocabularyResponse
public static interface CreateVocabularyResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateVocabularyResponse.Builder,CreateVocabularyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateVocabularyResponse.Builderstate(String state)The current state of the custom vocabulary.CreateVocabularyResponse.Builderstate(VocabularyState state)The current state of the custom vocabulary.CreateVocabularyResponse.BuildervocabularyArn(String vocabularyArn)The Amazon Resource Name (ARN) of the custom vocabulary.CreateVocabularyResponse.BuildervocabularyId(String vocabularyId)The identifier of the custom vocabulary.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vocabularyArn
CreateVocabularyResponse.Builder vocabularyArn(String vocabularyArn)
The Amazon Resource Name (ARN) of the custom vocabulary.
- Parameters:
vocabularyArn- The Amazon Resource Name (ARN) of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vocabularyId
CreateVocabularyResponse.Builder vocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
- Parameters:
vocabularyId- The identifier of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
CreateVocabularyResponse.Builder state(String state)
The current state of the custom vocabulary.
- Parameters:
state- The current state of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyState,VocabularyState
-
state
CreateVocabularyResponse.Builder state(VocabularyState state)
The current state of the custom vocabulary.
- Parameters:
state- The current state of the custom vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyState,VocabularyState
-
-