Struct aws_sdk_comprehend::operation::list_document_classification_jobs::builders::ListDocumentClassificationJobsInputBuilder
source · #[non_exhaustive]pub struct ListDocumentClassificationJobsInputBuilder { /* private fields */ }Expand description
A builder for ListDocumentClassificationJobsInput.
Implementations§
source§impl ListDocumentClassificationJobsInputBuilder
impl ListDocumentClassificationJobsInputBuilder
sourcepub fn filter(self, input: DocumentClassificationJobFilter) -> Self
pub fn filter(self, input: DocumentClassificationJobFilter) -> Self
Filters the jobs that are returned. You can filter jobs on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
sourcepub fn set_filter(self, input: Option<DocumentClassificationJobFilter>) -> Self
pub fn set_filter(self, input: Option<DocumentClassificationJobFilter>) -> Self
Filters the jobs that are returned. You can filter jobs on their names, status, or the date and time that they were submitted. You can only set one filter at a time.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Identifies the next page of results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Identifies the next page of results to return.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to return in each page. The default is 100.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results to return in each page. The default is 100.
sourcepub fn build(self) -> Result<ListDocumentClassificationJobsInput, BuildError>
pub fn build(self) -> Result<ListDocumentClassificationJobsInput, BuildError>
Consumes the builder and constructs a ListDocumentClassificationJobsInput.
Trait Implementations§
source§impl Clone for ListDocumentClassificationJobsInputBuilder
impl Clone for ListDocumentClassificationJobsInputBuilder
source§fn clone(&self) -> ListDocumentClassificationJobsInputBuilder
fn clone(&self) -> ListDocumentClassificationJobsInputBuilder
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 ListDocumentClassificationJobsInputBuilder
impl Default for ListDocumentClassificationJobsInputBuilder
source§fn default() -> ListDocumentClassificationJobsInputBuilder
fn default() -> ListDocumentClassificationJobsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDocumentClassificationJobsInputBuilder> for ListDocumentClassificationJobsInputBuilder
impl PartialEq<ListDocumentClassificationJobsInputBuilder> for ListDocumentClassificationJobsInputBuilder
source§fn eq(&self, other: &ListDocumentClassificationJobsInputBuilder) -> bool
fn eq(&self, other: &ListDocumentClassificationJobsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.