Struct aws_sdk_translate::operation::import_terminology::builders::ImportTerminologyOutputBuilder
source · #[non_exhaustive]pub struct ImportTerminologyOutputBuilder { /* private fields */ }Expand description
A builder for ImportTerminologyOutput.
Implementations§
source§impl ImportTerminologyOutputBuilder
impl ImportTerminologyOutputBuilder
sourcepub fn terminology_properties(self, input: TerminologyProperties) -> Self
pub fn terminology_properties(self, input: TerminologyProperties) -> Self
The properties of the custom terminology being imported.
sourcepub fn set_terminology_properties(
self,
input: Option<TerminologyProperties>
) -> Self
pub fn set_terminology_properties( self, input: Option<TerminologyProperties> ) -> Self
The properties of the custom terminology being imported.
sourcepub fn get_terminology_properties(&self) -> &Option<TerminologyProperties>
pub fn get_terminology_properties(&self) -> &Option<TerminologyProperties>
The properties of the custom terminology being imported.
sourcepub fn auxiliary_data_location(self, input: TerminologyDataLocation) -> Self
pub fn auxiliary_data_location(self, input: TerminologyDataLocation) -> Self
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.
sourcepub fn set_auxiliary_data_location(
self,
input: Option<TerminologyDataLocation>
) -> Self
pub fn set_auxiliary_data_location( self, input: Option<TerminologyDataLocation> ) -> Self
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.
sourcepub fn get_auxiliary_data_location(&self) -> &Option<TerminologyDataLocation>
pub fn get_auxiliary_data_location(&self) -> &Option<TerminologyDataLocation>
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.
sourcepub fn build(self) -> ImportTerminologyOutput
pub fn build(self) -> ImportTerminologyOutput
Consumes the builder and constructs a ImportTerminologyOutput.
Trait Implementations§
source§impl Clone for ImportTerminologyOutputBuilder
impl Clone for ImportTerminologyOutputBuilder
source§fn clone(&self) -> ImportTerminologyOutputBuilder
fn clone(&self) -> ImportTerminologyOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ImportTerminologyOutputBuilder
impl Default for ImportTerminologyOutputBuilder
source§fn default() -> ImportTerminologyOutputBuilder
fn default() -> ImportTerminologyOutputBuilder
source§impl PartialEq for ImportTerminologyOutputBuilder
impl PartialEq for ImportTerminologyOutputBuilder
source§fn eq(&self, other: &ImportTerminologyOutputBuilder) -> bool
fn eq(&self, other: &ImportTerminologyOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.