Struct aws_sdk_textract::model::lending_summary::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for LendingSummary.
Implementations§
source§impl Builder
impl Builder
sourcepub fn document_groups(self, input: DocumentGroup) -> Self
pub fn document_groups(self, input: DocumentGroup) -> Self
Appends an item to document_groups.
To override the contents of this collection use set_document_groups.
Contains an array of all DocumentGroup objects.
sourcepub fn set_document_groups(self, input: Option<Vec<DocumentGroup>>) -> Self
pub fn set_document_groups(self, input: Option<Vec<DocumentGroup>>) -> Self
Contains an array of all DocumentGroup objects.
sourcepub fn undetected_document_types(self, input: impl Into<String>) -> Self
pub fn undetected_document_types(self, input: impl Into<String>) -> Self
Appends an item to undetected_document_types.
To override the contents of this collection use set_undetected_document_types.
UndetectedDocumentTypes.
sourcepub fn set_undetected_document_types(self, input: Option<Vec<String>>) -> Self
pub fn set_undetected_document_types(self, input: Option<Vec<String>>) -> Self
UndetectedDocumentTypes.
sourcepub fn build(self) -> LendingSummary
pub fn build(self) -> LendingSummary
Consumes the builder and constructs a LendingSummary.