Interface UpdateVocabularyFilterResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateVocabularyFilterResponse.Builder,UpdateVocabularyFilterResponse>,SdkBuilder<UpdateVocabularyFilterResponse.Builder,UpdateVocabularyFilterResponse>,SdkPojo,SdkResponse.Builder,TranscribeResponse.Builder
- Enclosing class:
- UpdateVocabularyFilterResponse
public static interface UpdateVocabularyFilterResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<UpdateVocabularyFilterResponse.Builder,UpdateVocabularyFilterResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateVocabularyFilterResponse.BuilderlanguageCode(String languageCode)The language code you selected for your custom vocabulary filter.UpdateVocabularyFilterResponse.BuilderlanguageCode(LanguageCode languageCode)The language code you selected for your custom vocabulary filter.UpdateVocabularyFilterResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The date and time the specified custom vocabulary filter was last updated.UpdateVocabularyFilterResponse.BuildervocabularyFilterName(String vocabularyFilterName)The name of the updated custom vocabulary filter.-
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
-
Methods inherited from interface software.amazon.awssdk.services.transcribe.model.TranscribeResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
vocabularyFilterName
UpdateVocabularyFilterResponse.Builder vocabularyFilterName(String vocabularyFilterName)
The name of the updated custom vocabulary filter.
- Parameters:
vocabularyFilterName- The name of the updated custom vocabulary filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
UpdateVocabularyFilterResponse.Builder languageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
- Parameters:
languageCode- The language code you selected for your custom vocabulary filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
languageCode
UpdateVocabularyFilterResponse.Builder languageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
- Parameters:
languageCode- The language code you selected for your custom vocabulary filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
lastModifiedTime
UpdateVocabularyFilterResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time the specified custom vocabulary filter was last updated.
Timestamps are in the format
YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,2022-05-04T12:32:58.761000-07:00represents 12:32 PM UTC-7 on May 4, 2022.- Parameters:
lastModifiedTime- The date and time the specified custom vocabulary filter was last updated.Timestamps are in the format
YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,2022-05-04T12:32:58.761000-07:00represents 12:32 PM UTC-7 on May 4, 2022.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-