#[non_exhaustive]pub struct AdapterVersionDatasetConfigBuilder { /* private fields */ }
Expand description
A builder for AdapterVersionDatasetConfig
.
Implementations§
source§impl AdapterVersionDatasetConfigBuilder
impl AdapterVersionDatasetConfigBuilder
sourcepub fn manifest_s3_object(self, input: S3Object) -> Self
pub fn manifest_s3_object(self, input: S3Object) -> Self
The S3 bucket name and file name that identifies the document.
The AWS Region for the S3 bucket that contains the document must match the Region that you use for Amazon Textract operations.
For Amazon Textract to process a file in an S3 bucket, the user must have permission to access the S3 bucket and file.
sourcepub fn set_manifest_s3_object(self, input: Option<S3Object>) -> Self
pub fn set_manifest_s3_object(self, input: Option<S3Object>) -> Self
The S3 bucket name and file name that identifies the document.
The AWS Region for the S3 bucket that contains the document must match the Region that you use for Amazon Textract operations.
For Amazon Textract to process a file in an S3 bucket, the user must have permission to access the S3 bucket and file.
sourcepub fn get_manifest_s3_object(&self) -> &Option<S3Object>
pub fn get_manifest_s3_object(&self) -> &Option<S3Object>
The S3 bucket name and file name that identifies the document.
The AWS Region for the S3 bucket that contains the document must match the Region that you use for Amazon Textract operations.
For Amazon Textract to process a file in an S3 bucket, the user must have permission to access the S3 bucket and file.
sourcepub fn build(self) -> AdapterVersionDatasetConfig
pub fn build(self) -> AdapterVersionDatasetConfig
Consumes the builder and constructs a AdapterVersionDatasetConfig
.
Trait Implementations§
source§impl Clone for AdapterVersionDatasetConfigBuilder
impl Clone for AdapterVersionDatasetConfigBuilder
source§fn clone(&self) -> AdapterVersionDatasetConfigBuilder
fn clone(&self) -> AdapterVersionDatasetConfigBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AdapterVersionDatasetConfigBuilder
impl Default for AdapterVersionDatasetConfigBuilder
source§fn default() -> AdapterVersionDatasetConfigBuilder
fn default() -> AdapterVersionDatasetConfigBuilder
source§impl PartialEq for AdapterVersionDatasetConfigBuilder
impl PartialEq for AdapterVersionDatasetConfigBuilder
source§fn eq(&self, other: &AdapterVersionDatasetConfigBuilder) -> bool
fn eq(&self, other: &AdapterVersionDatasetConfigBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.