@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVocabularyFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateVocabularyFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyFilterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code of the words in the vocabulary filter.
|
List<Tag> |
getTags()
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create
this new vocabulary filter.
|
String |
getVocabularyFilterFileUri()
The Amazon S3 location of a text file used as input to create the vocabulary filter.
|
String |
getVocabularyFilterName()
The name of your new vocabulary filter.
|
List<String> |
getWords()
The words you want in your vocabulary filter.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
void |
setTags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create
this new vocabulary filter.
|
void |
setVocabularyFilterFileUri(String vocabularyFilterFileUri)
The Amazon S3 location of a text file used as input to create the vocabulary filter.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of your new vocabulary filter.
|
void |
setWords(Collection<String> words)
The words you want in your vocabulary filter.
|
String |
toString()
Returns a string representation of this object.
|
CreateVocabularyFilterRequest |
withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
CreateVocabularyFilterRequest |
withLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
CreateVocabularyFilterRequest |
withTags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create
this new vocabulary filter.
|
CreateVocabularyFilterRequest |
withTags(Tag... tags)
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create
this new vocabulary filter.
|
CreateVocabularyFilterRequest |
withVocabularyFilterFileUri(String vocabularyFilterFileUri)
The Amazon S3 location of a text file used as input to create the vocabulary filter.
|
CreateVocabularyFilterRequest |
withVocabularyFilterName(String vocabularyFilterName)
The name of your new vocabulary filter.
|
CreateVocabularyFilterRequest |
withWords(Collection<String> words)
The words you want in your vocabulary filter.
|
CreateVocabularyFilterRequest |
withWords(String... words)
The words you want in your vocabulary filter.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setVocabularyFilterName(String vocabularyFilterName)
The name of your new vocabulary filter.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If
you try to create a vocabulary filter with the same name as a previous vocabulary filter, you get a
ConflictException error.
vocabularyFilterName - The name of your new vocabulary filter.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services
account. If you try to create a vocabulary filter with the same name as a previous vocabulary filter, you
get a ConflictException error.
public String getVocabularyFilterName()
The name of your new vocabulary filter.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If
you try to create a vocabulary filter with the same name as a previous vocabulary filter, you get a
ConflictException error.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services
account. If you try to create a vocabulary filter with the same name as a previous vocabulary filter, you
get a ConflictException error.
public CreateVocabularyFilterRequest withVocabularyFilterName(String vocabularyFilterName)
The name of your new vocabulary filter.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If
you try to create a vocabulary filter with the same name as a previous vocabulary filter, you get a
ConflictException error.
vocabularyFilterName - The name of your new vocabulary filter.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services
account. If you try to create a vocabulary filter with the same name as a previous vocabulary filter, you
get a ConflictException error.
public void setLanguageCode(String languageCode)
The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
languageCode - The language code of the words in the vocabulary filter. All words in the filter must be in the same
language. The vocabulary filter can only be used with transcription jobs in the specified language.LanguageCodepublic String getLanguageCode()
The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
LanguageCodepublic CreateVocabularyFilterRequest withLanguageCode(String languageCode)
The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
languageCode - The language code of the words in the vocabulary filter. All words in the filter must be in the same
language. The vocabulary filter can only be used with transcription jobs in the specified language.LanguageCodepublic CreateVocabularyFilterRequest withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
languageCode - The language code of the words in the vocabulary filter. All words in the filter must be in the same
language. The vocabulary filter can only be used with transcription jobs in the specified language.LanguageCodepublic List<String> getWords()
The words you want in your vocabulary filter. Only use characters specified in the Character sets for the language you're transcribing.
Note that if you include Words in your request, you cannot use VocabularyFilterFileUri;
you must choose one or the other.
Note that if you include Words in your request, you cannot use
VocabularyFilterFileUri; you must choose one or the other.
public void setWords(Collection<String> words)
The words you want in your vocabulary filter. Only use characters specified in the Character sets for the language you're transcribing.
Note that if you include Words in your request, you cannot use VocabularyFilterFileUri;
you must choose one or the other.
words - The words you want in your vocabulary filter. Only use characters specified in the Character sets for the language
you're transcribing.
Note that if you include Words in your request, you cannot use
VocabularyFilterFileUri; you must choose one or the other.
public CreateVocabularyFilterRequest withWords(String... words)
The words you want in your vocabulary filter. Only use characters specified in the Character sets for the language you're transcribing.
Note that if you include Words in your request, you cannot use VocabularyFilterFileUri;
you must choose one or the other.
NOTE: This method appends the values to the existing list (if any). Use
setWords(java.util.Collection) or withWords(java.util.Collection) if you want to override the
existing values.
words - The words you want in your vocabulary filter. Only use characters specified in the Character sets for the language
you're transcribing.
Note that if you include Words in your request, you cannot use
VocabularyFilterFileUri; you must choose one or the other.
public CreateVocabularyFilterRequest withWords(Collection<String> words)
The words you want in your vocabulary filter. Only use characters specified in the Character sets for the language you're transcribing.
Note that if you include Words in your request, you cannot use VocabularyFilterFileUri;
you must choose one or the other.
words - The words you want in your vocabulary filter. Only use characters specified in the Character sets for the language
you're transcribing.
Note that if you include Words in your request, you cannot use
VocabularyFilterFileUri; you must choose one or the other.
public void setVocabularyFilterFileUri(String vocabularyFilterFileUri)
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
Your vocabulary filter file must be less than 50 KB in size.
Note that if you include VocabularyFilterFileUri in your request, you cannot use Words;
you must choose one or the other.
vocabularyFilterFileUri - The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters
from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom
Vocabularies.
Your vocabulary filter file must be less than 50 KB in size.
Note that if you include VocabularyFilterFileUri in your request, you cannot use
Words; you must choose one or the other.
public String getVocabularyFilterFileUri()
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
Your vocabulary filter file must be less than 50 KB in size.
Note that if you include VocabularyFilterFileUri in your request, you cannot use Words;
you must choose one or the other.
Your vocabulary filter file must be less than 50 KB in size.
Note that if you include VocabularyFilterFileUri in your request, you cannot use
Words; you must choose one or the other.
public CreateVocabularyFilterRequest withVocabularyFilterFileUri(String vocabularyFilterFileUri)
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
Your vocabulary filter file must be less than 50 KB in size.
Note that if you include VocabularyFilterFileUri in your request, you cannot use Words;
you must choose one or the other.
vocabularyFilterFileUri - The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters
from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom
Vocabularies.
Your vocabulary filter file must be less than 50 KB in size.
Note that if you include VocabularyFilterFileUri in your request, you cannot use
Words; you must choose one or the other.
public List<Tag> getTags()
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create this new vocabulary filter.
public void setTags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create this new vocabulary filter.
tags - Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you
create this new vocabulary filter.public CreateVocabularyFilterRequest withTags(Tag... tags)
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create this new vocabulary filter.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you
create this new vocabulary filter.public CreateVocabularyFilterRequest withTags(Collection<Tag> tags)
Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you create this new vocabulary filter.
tags - Adds one or more tags, each in the form of a key:value pair, to a new vocabulary filter at the time you
create this new vocabulary filter.public String toString()
toString in class ObjectObject.toString()public CreateVocabularyFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.