Struct aws_sdk_rds::types::builders::SourceRegionBuilder
source · #[non_exhaustive]pub struct SourceRegionBuilder { /* private fields */ }Expand description
A builder for SourceRegion.
Implementations§
source§impl SourceRegionBuilder
impl SourceRegionBuilder
sourcepub fn region_name(self, input: impl Into<String>) -> Self
pub fn region_name(self, input: impl Into<String>) -> Self
The name of the source Amazon Web Services Region.
sourcepub fn set_region_name(self, input: Option<String>) -> Self
pub fn set_region_name(self, input: Option<String>) -> Self
The name of the source Amazon Web Services Region.
sourcepub fn endpoint(self, input: impl Into<String>) -> Self
pub fn endpoint(self, input: impl Into<String>) -> Self
The endpoint for the source Amazon Web Services Region endpoint.
sourcepub fn set_endpoint(self, input: Option<String>) -> Self
pub fn set_endpoint(self, input: Option<String>) -> Self
The endpoint for the source Amazon Web Services Region endpoint.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The status of the source Amazon Web Services Region.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the source Amazon Web Services Region.
sourcepub fn supports_db_instance_automated_backups_replication(
self,
input: bool
) -> Self
pub fn supports_db_instance_automated_backups_replication( self, input: bool ) -> Self
Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
sourcepub fn set_supports_db_instance_automated_backups_replication(
self,
input: Option<bool>
) -> Self
pub fn set_supports_db_instance_automated_backups_replication( self, input: Option<bool> ) -> Self
Whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
sourcepub fn build(self) -> SourceRegion
pub fn build(self) -> SourceRegion
Consumes the builder and constructs a SourceRegion.
Trait Implementations§
source§impl Clone for SourceRegionBuilder
impl Clone for SourceRegionBuilder
source§fn clone(&self) -> SourceRegionBuilder
fn clone(&self) -> SourceRegionBuilder
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 Debug for SourceRegionBuilder
impl Debug for SourceRegionBuilder
source§impl Default for SourceRegionBuilder
impl Default for SourceRegionBuilder
source§fn default() -> SourceRegionBuilder
fn default() -> SourceRegionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SourceRegionBuilder> for SourceRegionBuilder
impl PartialEq<SourceRegionBuilder> for SourceRegionBuilder
source§fn eq(&self, other: &SourceRegionBuilder) -> bool
fn eq(&self, other: &SourceRegionBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.