Struct aws_sdk_textract::operation::get_lending_analysis_summary::builders::GetLendingAnalysisSummaryInputBuilder
source · #[non_exhaustive]pub struct GetLendingAnalysisSummaryInputBuilder { /* private fields */ }Expand description
A builder for GetLendingAnalysisSummaryInput.
Implementations§
source§impl GetLendingAnalysisSummaryInputBuilder
impl GetLendingAnalysisSummaryInputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
A unique identifier for the lending or text-detection job. The JobId is returned from StartLendingAnalysis. A JobId value is only valid for 7 days.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
A unique identifier for the lending or text-detection job. The JobId is returned from StartLendingAnalysis. A JobId value is only valid for 7 days.
sourcepub fn build(self) -> Result<GetLendingAnalysisSummaryInput, BuildError>
pub fn build(self) -> Result<GetLendingAnalysisSummaryInput, BuildError>
Consumes the builder and constructs a GetLendingAnalysisSummaryInput.
Trait Implementations§
source§impl Clone for GetLendingAnalysisSummaryInputBuilder
impl Clone for GetLendingAnalysisSummaryInputBuilder
source§fn clone(&self) -> GetLendingAnalysisSummaryInputBuilder
fn clone(&self) -> GetLendingAnalysisSummaryInputBuilder
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 Default for GetLendingAnalysisSummaryInputBuilder
impl Default for GetLendingAnalysisSummaryInputBuilder
source§fn default() -> GetLendingAnalysisSummaryInputBuilder
fn default() -> GetLendingAnalysisSummaryInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetLendingAnalysisSummaryInputBuilder> for GetLendingAnalysisSummaryInputBuilder
impl PartialEq<GetLendingAnalysisSummaryInputBuilder> for GetLendingAnalysisSummaryInputBuilder
source§fn eq(&self, other: &GetLendingAnalysisSummaryInputBuilder) -> bool
fn eq(&self, other: &GetLendingAnalysisSummaryInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.