Struct aws_sdk_translate::operation::get_parallel_data::builders::GetParallelDataOutputBuilder
source · #[non_exhaustive]pub struct GetParallelDataOutputBuilder { /* private fields */ }
Expand description
A builder for GetParallelDataOutput
.
Implementations§
source§impl GetParallelDataOutputBuilder
impl GetParallelDataOutputBuilder
sourcepub fn parallel_data_properties(self, input: ParallelDataProperties) -> Self
pub fn parallel_data_properties(self, input: ParallelDataProperties) -> Self
The properties of the parallel data resource that is being retrieved.
sourcepub fn set_parallel_data_properties(
self,
input: Option<ParallelDataProperties>
) -> Self
pub fn set_parallel_data_properties( self, input: Option<ParallelDataProperties> ) -> Self
The properties of the parallel data resource that is being retrieved.
sourcepub fn get_parallel_data_properties(&self) -> &Option<ParallelDataProperties>
pub fn get_parallel_data_properties(&self) -> &Option<ParallelDataProperties>
The properties of the parallel data resource that is being retrieved.
sourcepub fn data_location(self, input: ParallelDataDataLocation) -> Self
pub fn data_location(self, input: ParallelDataDataLocation) -> Self
The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration.
Amazon Translate doesn't scan all input files for the risk of CSV injection attacks.
CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it.
Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.
sourcepub fn set_data_location(self, input: Option<ParallelDataDataLocation>) -> Self
pub fn set_data_location(self, input: Option<ParallelDataDataLocation>) -> Self
The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration.
Amazon Translate doesn't scan all input files for the risk of CSV injection attacks.
CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it.
Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.
sourcepub fn get_data_location(&self) -> &Option<ParallelDataDataLocation>
pub fn get_data_location(&self) -> &Option<ParallelDataDataLocation>
The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration.
Amazon Translate doesn't scan all input files for the risk of CSV injection attacks.
CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it.
Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.
sourcepub fn auxiliary_data_location(self, input: ParallelDataDataLocation) -> Self
pub fn auxiliary_data_location(self, input: ParallelDataDataLocation) -> 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 parallel data 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<ParallelDataDataLocation>
) -> Self
pub fn set_auxiliary_data_location( self, input: Option<ParallelDataDataLocation> ) -> 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 parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.
sourcepub fn get_auxiliary_data_location(&self) -> &Option<ParallelDataDataLocation>
pub fn get_auxiliary_data_location(&self) -> &Option<ParallelDataDataLocation>
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 parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.
sourcepub fn latest_update_attempt_auxiliary_data_location(
self,
input: ParallelDataDataLocation
) -> Self
pub fn latest_update_attempt_auxiliary_data_location( self, input: ParallelDataDataLocation ) -> 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 update a parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.
sourcepub fn set_latest_update_attempt_auxiliary_data_location(
self,
input: Option<ParallelDataDataLocation>
) -> Self
pub fn set_latest_update_attempt_auxiliary_data_location( self, input: Option<ParallelDataDataLocation> ) -> 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 update a parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.
sourcepub fn get_latest_update_attempt_auxiliary_data_location(
&self
) -> &Option<ParallelDataDataLocation>
pub fn get_latest_update_attempt_auxiliary_data_location( &self ) -> &Option<ParallelDataDataLocation>
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 update a parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.
sourcepub fn build(self) -> GetParallelDataOutput
pub fn build(self) -> GetParallelDataOutput
Consumes the builder and constructs a GetParallelDataOutput
.
Trait Implementations§
source§impl Clone for GetParallelDataOutputBuilder
impl Clone for GetParallelDataOutputBuilder
source§fn clone(&self) -> GetParallelDataOutputBuilder
fn clone(&self) -> GetParallelDataOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetParallelDataOutputBuilder
impl Debug for GetParallelDataOutputBuilder
source§impl Default for GetParallelDataOutputBuilder
impl Default for GetParallelDataOutputBuilder
source§fn default() -> GetParallelDataOutputBuilder
fn default() -> GetParallelDataOutputBuilder
source§impl PartialEq for GetParallelDataOutputBuilder
impl PartialEq for GetParallelDataOutputBuilder
source§fn eq(&self, other: &GetParallelDataOutputBuilder) -> bool
fn eq(&self, other: &GetParallelDataOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.