Interface CreateVocabularyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<CreateVocabularyResponse.Builder,
,CreateVocabularyResponse> SdkBuilder<CreateVocabularyResponse.Builder,
,CreateVocabularyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateVocabularyResponse
@Mutable
@NotThreadSafe
public static interface CreateVocabularyResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateVocabularyResponse.Builder,CreateVocabularyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current state of the custom vocabulary.state
(VocabularyState state) The current state of the custom vocabulary.vocabularyArn
(String vocabularyArn) The Amazon Resource Name (ARN) of the custom vocabulary.vocabularyId
(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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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:
-
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:
-