#[non_exhaustive]
pub struct DescribeResizeOutputBuilder { /* private fields */ }
Expand description

A builder for DescribeResizeOutput.

Implementations§

source§

impl DescribeResizeOutputBuilder

source

pub fn target_node_type(self, input: impl Into<String>) -> Self

The node type that the cluster will have after the resize operation is complete.

source

pub fn set_target_node_type(self, input: Option<String>) -> Self

The node type that the cluster will have after the resize operation is complete.

source

pub fn get_target_node_type(&self) -> &Option<String>

The node type that the cluster will have after the resize operation is complete.

source

pub fn target_number_of_nodes(self, input: i32) -> Self

The number of nodes that the cluster will have after the resize operation is complete.

source

pub fn set_target_number_of_nodes(self, input: Option<i32>) -> Self

The number of nodes that the cluster will have after the resize operation is complete.

source

pub fn get_target_number_of_nodes(&self) -> &Option<i32>

The number of nodes that the cluster will have after the resize operation is complete.

source

pub fn target_cluster_type(self, input: impl Into<String>) -> Self

The cluster type after the resize operation is complete.

Valid Values: multi-node | single-node

source

pub fn set_target_cluster_type(self, input: Option<String>) -> Self

The cluster type after the resize operation is complete.

Valid Values: multi-node | single-node

source

pub fn get_target_cluster_type(&self) -> &Option<String>

The cluster type after the resize operation is complete.

Valid Values: multi-node | single-node

source

pub fn status(self, input: impl Into<String>) -> Self

The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED | CANCELLING

source

pub fn set_status(self, input: Option<String>) -> Self

The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED | CANCELLING

source

pub fn get_status(&self) -> &Option<String>

The status of the resize operation.

Valid Values: NONE | IN_PROGRESS | FAILED | SUCCEEDED | CANCELLING

source

pub fn import_tables_completed(self, input: impl Into<String>) -> Self

Appends an item to import_tables_completed.

To override the contents of this collection use set_import_tables_completed.

The names of tables that have been completely imported .

Valid Values: List of table names.

source

pub fn set_import_tables_completed(self, input: Option<Vec<String>>) -> Self

The names of tables that have been completely imported .

Valid Values: List of table names.

source

pub fn get_import_tables_completed(&self) -> &Option<Vec<String>>

The names of tables that have been completely imported .

Valid Values: List of table names.

source

pub fn import_tables_in_progress(self, input: impl Into<String>) -> Self

Appends an item to import_tables_in_progress.

To override the contents of this collection use set_import_tables_in_progress.

The names of tables that are being currently imported.

Valid Values: List of table names.

source

pub fn set_import_tables_in_progress(self, input: Option<Vec<String>>) -> Self

The names of tables that are being currently imported.

Valid Values: List of table names.

source

pub fn get_import_tables_in_progress(&self) -> &Option<Vec<String>>

The names of tables that are being currently imported.

Valid Values: List of table names.

source

pub fn import_tables_not_started(self, input: impl Into<String>) -> Self

Appends an item to import_tables_not_started.

To override the contents of this collection use set_import_tables_not_started.

The names of tables that have not been yet imported.

Valid Values: List of table names

source

pub fn set_import_tables_not_started(self, input: Option<Vec<String>>) -> Self

The names of tables that have not been yet imported.

Valid Values: List of table names

source

pub fn get_import_tables_not_started(&self) -> &Option<Vec<String>>

The names of tables that have not been yet imported.

Valid Values: List of table names

source

pub fn avg_resize_rate_in_mega_bytes_per_second(self, input: f64) -> Self

The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

source

pub fn set_avg_resize_rate_in_mega_bytes_per_second( self, input: Option<f64> ) -> Self

The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

source

pub fn get_avg_resize_rate_in_mega_bytes_per_second(&self) -> &Option<f64>

The average rate of the resize operation over the last few minutes, measured in megabytes per second. After the resize operation completes, this value shows the average rate of the entire resize operation.

source

pub fn total_resize_data_in_mega_bytes(self, input: i64) -> Self

The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

source

pub fn set_total_resize_data_in_mega_bytes(self, input: Option<i64>) -> Self

The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

source

pub fn get_total_resize_data_in_mega_bytes(&self) -> &Option<i64>

The estimated total amount of data, in megabytes, on the cluster before the resize operation began.

source

pub fn progress_in_mega_bytes(self, input: i64) -> Self

While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

source

pub fn set_progress_in_mega_bytes(self, input: Option<i64>) -> Self

While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

source

pub fn get_progress_in_mega_bytes(&self) -> &Option<i64>

While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has been processed so far. When the resize operation is complete, this value shows the total amount of data, in megabytes, on the cluster, which may be more or less than TotalResizeDataInMegaBytes (the estimated total amount of data before resize).

source

pub fn elapsed_time_in_seconds(self, input: i64) -> Self

The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

source

pub fn set_elapsed_time_in_seconds(self, input: Option<i64>) -> Self

The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

source

pub fn get_elapsed_time_in_seconds(&self) -> &Option<i64>

The amount of seconds that have elapsed since the resize operation began. After the resize operation completes, this value shows the total actual time, in seconds, for the resize operation.

source

pub fn estimated_time_to_completion_in_seconds(self, input: i64) -> Self

The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

source

pub fn set_estimated_time_to_completion_in_seconds( self, input: Option<i64> ) -> Self

The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

source

pub fn get_estimated_time_to_completion_in_seconds(&self) -> &Option<i64>

The estimated time remaining, in seconds, until the resize operation is complete. This value is calculated based on the average resize rate and the estimated amount of data remaining to be processed. Once the resize operation is complete, this value will be 0.

source

pub fn resize_type(self, input: impl Into<String>) -> Self

An enum with possible values of ClassicResize and ElasticResize. These values describe the type of resize operation being performed.

source

pub fn set_resize_type(self, input: Option<String>) -> Self

An enum with possible values of ClassicResize and ElasticResize. These values describe the type of resize operation being performed.

source

pub fn get_resize_type(&self) -> &Option<String>

An enum with possible values of ClassicResize and ElasticResize. These values describe the type of resize operation being performed.

source

pub fn message(self, input: impl Into<String>) -> Self

An optional string to provide additional details about the resize action.

source

pub fn set_message(self, input: Option<String>) -> Self

An optional string to provide additional details about the resize action.

source

pub fn get_message(&self) -> &Option<String>

An optional string to provide additional details about the resize action.

source

pub fn target_encryption_type(self, input: impl Into<String>) -> Self

The type of encryption for the cluster after the resize is complete.

Possible values are KMS and None.

source

pub fn set_target_encryption_type(self, input: Option<String>) -> Self

The type of encryption for the cluster after the resize is complete.

Possible values are KMS and None.

source

pub fn get_target_encryption_type(&self) -> &Option<String>

The type of encryption for the cluster after the resize is complete.

Possible values are KMS and None.

source

pub fn data_transfer_progress_percent(self, input: f64) -> Self

The percent of data transferred from source cluster to target cluster.

source

pub fn set_data_transfer_progress_percent(self, input: Option<f64>) -> Self

The percent of data transferred from source cluster to target cluster.

source

pub fn get_data_transfer_progress_percent(&self) -> &Option<f64>

The percent of data transferred from source cluster to target cluster.

source

pub fn build(self) -> DescribeResizeOutput

Consumes the builder and constructs a DescribeResizeOutput.

Trait Implementations§

source§

impl Clone for DescribeResizeOutputBuilder

source§

fn clone(&self) -> DescribeResizeOutputBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DescribeResizeOutputBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DescribeResizeOutputBuilder

source§

fn default() -> DescribeResizeOutputBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for DescribeResizeOutputBuilder

source§

fn eq(&self, other: &DescribeResizeOutputBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for DescribeResizeOutputBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Unshared, Shared> IntoShared<Shared> for Unsharedwhere Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more