Struct aws_sdk_comprehend::operation::list_document_classifiers::builders::ListDocumentClassifiersInputBuilder
source · #[non_exhaustive]pub struct ListDocumentClassifiersInputBuilder { /* private fields */ }Expand description
A builder for ListDocumentClassifiersInput.
Implementations§
source§impl ListDocumentClassifiersInputBuilder
impl ListDocumentClassifiersInputBuilder
sourcepub fn filter(self, input: DocumentClassifierFilter) -> Self
pub fn filter(self, input: DocumentClassifierFilter) -> Self
Filters the jobs that are returned. You can filter jobs on their name, 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<DocumentClassifierFilter>) -> Self
pub fn set_filter(self, input: Option<DocumentClassifierFilter>) -> Self
Filters the jobs that are returned. You can filter jobs on their name, 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<ListDocumentClassifiersInput, BuildError>
pub fn build(self) -> Result<ListDocumentClassifiersInput, BuildError>
Consumes the builder and constructs a ListDocumentClassifiersInput.
Trait Implementations§
source§impl Clone for ListDocumentClassifiersInputBuilder
impl Clone for ListDocumentClassifiersInputBuilder
source§fn clone(&self) -> ListDocumentClassifiersInputBuilder
fn clone(&self) -> ListDocumentClassifiersInputBuilder
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 ListDocumentClassifiersInputBuilder
impl Default for ListDocumentClassifiersInputBuilder
source§fn default() -> ListDocumentClassifiersInputBuilder
fn default() -> ListDocumentClassifiersInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDocumentClassifiersInputBuilder> for ListDocumentClassifiersInputBuilder
impl PartialEq<ListDocumentClassifiersInputBuilder> for ListDocumentClassifiersInputBuilder
source§fn eq(&self, other: &ListDocumentClassifiersInputBuilder) -> bool
fn eq(&self, other: &ListDocumentClassifiersInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.