@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMedicalVocabularyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateMedicalVocabularyRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateMedicalVocabularyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code that represents the language of the entries in your custom vocabulary.
|
List<Tag> |
getTags()
Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the time you
create this new vocabulary.
|
String |
getVocabularyFileUri()
The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary.
|
String |
getVocabularyName()
A unique name, chosen by you, for your new custom medical vocabulary.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
void |
setTags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the time you
create this new vocabulary.
|
void |
setVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary.
|
void |
setVocabularyName(String vocabularyName)
A unique name, chosen by you, for your new custom medical vocabulary.
|
String |
toString()
Returns a string representation of this object.
|
CreateMedicalVocabularyRequest |
withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateMedicalVocabularyRequest |
withLanguageCode(String languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CreateMedicalVocabularyRequest |
withTags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the time you
create this new vocabulary.
|
CreateMedicalVocabularyRequest |
withTags(Tag... tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the time you
create this new vocabulary.
|
CreateMedicalVocabularyRequest |
withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary.
|
CreateMedicalVocabularyRequest |
withVocabularyName(String vocabularyName)
A unique name, chosen by you, for your new custom medical vocabulary.
|
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 setVocabularyName(String vocabularyName)
A unique name, chosen by you, for your new custom medical vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If
you try to create a new medical vocabulary with the same name as an existing medical vocabulary, you get a
ConflictException error.
vocabularyName - A unique name, chosen by you, for your new custom medical vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services
account. If you try to create a new medical vocabulary with the same name as an existing medical
vocabulary, you get a ConflictException error.
public String getVocabularyName()
A unique name, chosen by you, for your new custom medical vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If
you try to create a new medical vocabulary with the same name as an existing medical vocabulary, 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 new medical vocabulary with the same name as an existing medical
vocabulary, you get a ConflictException error.
public CreateMedicalVocabularyRequest withVocabularyName(String vocabularyName)
A unique name, chosen by you, for your new custom medical vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If
you try to create a new medical vocabulary with the same name as an existing medical vocabulary, you get a
ConflictException error.
vocabularyName - A unique name, chosen by you, for your new custom medical vocabulary.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services
account. If you try to create a new medical vocabulary with the same name as an existing medical
vocabulary, you get a ConflictException error.
public void setLanguageCode(String languageCode)
The language code that represents the language of the entries in your custom vocabulary. US English (
en-US) is the only language supported with Amazon Transcribe Medical.
languageCode - The language code that represents the language of the entries in your custom vocabulary. US English (
en-US) is the only language supported with Amazon Transcribe Medical.LanguageCodepublic String getLanguageCode()
The language code that represents the language of the entries in your custom vocabulary. US English (
en-US) is the only language supported with Amazon Transcribe Medical.
en-US) is the only language supported with Amazon Transcribe Medical.LanguageCodepublic CreateMedicalVocabularyRequest withLanguageCode(String languageCode)
The language code that represents the language of the entries in your custom vocabulary. US English (
en-US) is the only language supported with Amazon Transcribe Medical.
languageCode - The language code that represents the language of the entries in your custom vocabulary. US English (
en-US) is the only language supported with Amazon Transcribe Medical.LanguageCodepublic CreateMedicalVocabularyRequest withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your custom vocabulary. US English (
en-US) is the only language supported with Amazon Transcribe Medical.
languageCode - The language code that represents the language of the entries in your custom vocabulary. US English (
en-US) is the only language supported with Amazon Transcribe Medical.LanguageCodepublic void setVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary. The URI must be in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
vocabularyFileUri - The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary. The URI must
be in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
public String getVocabularyFileUri()
The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary. The URI must be in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
public CreateMedicalVocabularyRequest withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary. The URI must be in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
vocabularyFileUri - The Amazon S3 location (URI) of the text file that contains your custom medical vocabulary. The URI must
be in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
public List<Tag> getTags()
Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create this new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
public void setTags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create this new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
tags - Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the
time you create this new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
public CreateMedicalVocabularyRequest withTags(Tag... tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create this new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
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 custom tags, each in the form of a key:value pair, to a new medical vocabulary at the
time you create this new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
public CreateMedicalVocabularyRequest withTags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the time you create this new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
tags - Adds one or more custom tags, each in the form of a key:value pair, to a new medical vocabulary at the
time you create this new vocabulary.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
public String toString()
toString in class ObjectObject.toString()public CreateMedicalVocabularyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.