Struct aws_sdk_databasemigration::operation::refresh_schemas::builders::RefreshSchemasInputBuilder
source · #[non_exhaustive]pub struct RefreshSchemasInputBuilder { /* private fields */ }Expand description
A builder for RefreshSchemasInput.
Implementations§
source§impl RefreshSchemasInputBuilder
impl RefreshSchemasInputBuilder
sourcepub fn endpoint_arn(self, input: impl Into<String>) -> Self
pub fn endpoint_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
sourcepub fn set_endpoint_arn(self, input: Option<String>) -> Self
pub fn set_endpoint_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
sourcepub fn replication_instance_arn(self, input: impl Into<String>) -> Self
pub fn replication_instance_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the replication instance.
sourcepub fn set_replication_instance_arn(self, input: Option<String>) -> Self
pub fn set_replication_instance_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the replication instance.
sourcepub fn build(self) -> Result<RefreshSchemasInput, BuildError>
pub fn build(self) -> Result<RefreshSchemasInput, BuildError>
Consumes the builder and constructs a RefreshSchemasInput.
Trait Implementations§
source§impl Clone for RefreshSchemasInputBuilder
impl Clone for RefreshSchemasInputBuilder
source§fn clone(&self) -> RefreshSchemasInputBuilder
fn clone(&self) -> RefreshSchemasInputBuilder
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 RefreshSchemasInputBuilder
impl Debug for RefreshSchemasInputBuilder
source§impl Default for RefreshSchemasInputBuilder
impl Default for RefreshSchemasInputBuilder
source§fn default() -> RefreshSchemasInputBuilder
fn default() -> RefreshSchemasInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RefreshSchemasInputBuilder> for RefreshSchemasInputBuilder
impl PartialEq<RefreshSchemasInputBuilder> for RefreshSchemasInputBuilder
source§fn eq(&self, other: &RefreshSchemasInputBuilder) -> bool
fn eq(&self, other: &RefreshSchemasInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.