Struct aws_sdk_textract::types::builders::DocumentLocationBuilder
source · #[non_exhaustive]pub struct DocumentLocationBuilder { /* private fields */ }Expand description
A builder for DocumentLocation.
Implementations§
source§impl DocumentLocationBuilder
impl DocumentLocationBuilder
sourcepub fn s3_object(self, input: S3Object) -> Self
pub fn s3_object(self, input: S3Object) -> Self
The Amazon S3 bucket that contains the input document.
sourcepub fn set_s3_object(self, input: Option<S3Object>) -> Self
pub fn set_s3_object(self, input: Option<S3Object>) -> Self
The Amazon S3 bucket that contains the input document.
sourcepub fn build(self) -> DocumentLocation
pub fn build(self) -> DocumentLocation
Consumes the builder and constructs a DocumentLocation.
Trait Implementations§
source§impl Clone for DocumentLocationBuilder
impl Clone for DocumentLocationBuilder
source§fn clone(&self) -> DocumentLocationBuilder
fn clone(&self) -> DocumentLocationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DocumentLocationBuilder
impl Debug for DocumentLocationBuilder
source§impl Default for DocumentLocationBuilder
impl Default for DocumentLocationBuilder
source§fn default() -> DocumentLocationBuilder
fn default() -> DocumentLocationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DocumentLocationBuilder> for DocumentLocationBuilder
impl PartialEq<DocumentLocationBuilder> for DocumentLocationBuilder
source§fn eq(&self, other: &DocumentLocationBuilder) -> bool
fn eq(&self, other: &DocumentLocationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.