Struct aws_sdk_dynamodb::input::list_imports_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ListImportsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn table_arn(self, input: impl Into<String>) -> Self
pub fn table_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) associated with the table that was imported to.
sourcepub fn set_table_arn(self, input: Option<String>) -> Self
pub fn set_table_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) associated with the table that was imported to.
sourcepub fn page_size(self, input: i32) -> Self
pub fn page_size(self, input: i32) -> Self
The number of ImportSummary objects returned in a single page.
sourcepub fn set_page_size(self, input: Option<i32>) -> Self
pub fn set_page_size(self, input: Option<i32>) -> Self
The number of ImportSummary objects returned in a single page.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An optional string that, if supplied, must be copied from the output of a previous call to ListImports. When provided in this manner, the API fetches the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An optional string that, if supplied, must be copied from the output of a previous call to ListImports. When provided in this manner, the API fetches the next page of results.
sourcepub fn build(self) -> Result<ListImportsInput, BuildError>
pub fn build(self) -> Result<ListImportsInput, BuildError>
Consumes the builder and constructs a ListImportsInput.