Struct aws_sdk_drs::operation::update_failback_replication_configuration::builders::UpdateFailbackReplicationConfigurationFluentBuilder
source · pub struct UpdateFailbackReplicationConfigurationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateFailbackReplicationConfiguration
.
Allows you to update the failback replication configuration of a Recovery Instance by ID.
Implementations§
source§impl UpdateFailbackReplicationConfigurationFluentBuilder
impl UpdateFailbackReplicationConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &UpdateFailbackReplicationConfigurationInputBuilder
pub fn as_input(&self) -> &UpdateFailbackReplicationConfigurationInputBuilder
Access the UpdateFailbackReplicationConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<UpdateFailbackReplicationConfigurationOutput, SdkError<UpdateFailbackReplicationConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateFailbackReplicationConfigurationOutput, SdkError<UpdateFailbackReplicationConfigurationError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<UpdateFailbackReplicationConfigurationOutput, UpdateFailbackReplicationConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateFailbackReplicationConfigurationOutput, UpdateFailbackReplicationConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn recovery_instance_id(self, input: impl Into<String>) -> Self
pub fn recovery_instance_id(self, input: impl Into<String>) -> Self
The ID of the Recovery Instance.
sourcepub fn set_recovery_instance_id(self, input: Option<String>) -> Self
pub fn set_recovery_instance_id(self, input: Option<String>) -> Self
The ID of the Recovery Instance.
sourcepub fn get_recovery_instance_id(&self) -> &Option<String>
pub fn get_recovery_instance_id(&self) -> &Option<String>
The ID of the Recovery Instance.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the Failback Replication Configuration.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the Failback Replication Configuration.
sourcepub fn bandwidth_throttling(self, input: i64) -> Self
pub fn bandwidth_throttling(self, input: i64) -> Self
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
sourcepub fn set_bandwidth_throttling(self, input: Option<i64>) -> Self
pub fn set_bandwidth_throttling(self, input: Option<i64>) -> Self
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
sourcepub fn get_bandwidth_throttling(&self) -> &Option<i64>
pub fn get_bandwidth_throttling(&self) -> &Option<i64>
Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
sourcepub fn use_private_ip(self, input: bool) -> Self
pub fn use_private_ip(self, input: bool) -> Self
Whether to use Private IP for the failback replication of the Recovery Instance.
sourcepub fn set_use_private_ip(self, input: Option<bool>) -> Self
pub fn set_use_private_ip(self, input: Option<bool>) -> Self
Whether to use Private IP for the failback replication of the Recovery Instance.
sourcepub fn get_use_private_ip(&self) -> &Option<bool>
pub fn get_use_private_ip(&self) -> &Option<bool>
Whether to use Private IP for the failback replication of the Recovery Instance.
Trait Implementations§
source§impl Clone for UpdateFailbackReplicationConfigurationFluentBuilder
impl Clone for UpdateFailbackReplicationConfigurationFluentBuilder
source§fn clone(&self) -> UpdateFailbackReplicationConfigurationFluentBuilder
fn clone(&self) -> UpdateFailbackReplicationConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more