Struct aws_sdk_redshift::operation::describe_table_restore_status::builders::DescribeTableRestoreStatusInputBuilder
source · #[non_exhaustive]pub struct DescribeTableRestoreStatusInputBuilder { /* private fields */ }Expand description
A builder for DescribeTableRestoreStatusInput.
Implementations§
source§impl DescribeTableRestoreStatusInputBuilder
impl DescribeTableRestoreStatusInputBuilder
sourcepub fn cluster_identifier(self, input: impl Into<String>) -> Self
pub fn cluster_identifier(self, input: impl Into<String>) -> Self
The Amazon Redshift cluster that the table is being restored to.
sourcepub fn set_cluster_identifier(self, input: Option<String>) -> Self
pub fn set_cluster_identifier(self, input: Option<String>) -> Self
The Amazon Redshift cluster that the table is being restored to.
sourcepub fn get_cluster_identifier(&self) -> &Option<String>
pub fn get_cluster_identifier(&self) -> &Option<String>
The Amazon Redshift cluster that the table is being restored to.
sourcepub fn table_restore_request_id(self, input: impl Into<String>) -> Self
pub fn table_restore_request_id(self, input: impl Into<String>) -> Self
The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.
sourcepub fn set_table_restore_request_id(self, input: Option<String>) -> Self
pub fn set_table_restore_request_id(self, input: Option<String>) -> Self
The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.
sourcepub fn get_table_restore_request_id(&self) -> &Option<String>
pub fn get_table_restore_request_id(&self) -> &Option<String>
The identifier of the table restore request to return status for. If you don't specify a TableRestoreRequestId value, then DescribeTableRestoreStatus returns the status of all in-progress table restore requests.
sourcepub fn max_records(self, input: i32) -> Self
pub fn max_records(self, input: i32) -> Self
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
sourcepub fn set_max_records(self, input: Option<i32>) -> Self
pub fn set_max_records(self, input: Option<i32>) -> Self
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
sourcepub fn get_max_records(&self) -> &Option<i32>
pub fn get_max_records(&self) -> &Option<i32>
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
An optional pagination token provided by a previous DescribeTableRestoreStatus request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.
sourcepub fn build(self) -> Result<DescribeTableRestoreStatusInput, BuildError>
pub fn build(self) -> Result<DescribeTableRestoreStatusInput, BuildError>
Consumes the builder and constructs a DescribeTableRestoreStatusInput.
source§impl DescribeTableRestoreStatusInputBuilder
impl DescribeTableRestoreStatusInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeTableRestoreStatusOutput, SdkError<DescribeTableRestoreStatusError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeTableRestoreStatusOutput, SdkError<DescribeTableRestoreStatusError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeTableRestoreStatusInputBuilder
impl Clone for DescribeTableRestoreStatusInputBuilder
source§fn clone(&self) -> DescribeTableRestoreStatusInputBuilder
fn clone(&self) -> DescribeTableRestoreStatusInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeTableRestoreStatusInputBuilder
impl Default for DescribeTableRestoreStatusInputBuilder
source§fn default() -> DescribeTableRestoreStatusInputBuilder
fn default() -> DescribeTableRestoreStatusInputBuilder
source§impl PartialEq<DescribeTableRestoreStatusInputBuilder> for DescribeTableRestoreStatusInputBuilder
impl PartialEq<DescribeTableRestoreStatusInputBuilder> for DescribeTableRestoreStatusInputBuilder
source§fn eq(&self, other: &DescribeTableRestoreStatusInputBuilder) -> bool
fn eq(&self, other: &DescribeTableRestoreStatusInputBuilder) -> bool
self and other values to be equal, and is used
by ==.