Struct aws_sdk_databasemigration::operation::start_metadata_model_conversion::builders::StartMetadataModelConversionFluentBuilder
source · pub struct StartMetadataModelConversionFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to StartMetadataModelConversion
.
Converts your source database objects to a format compatible with the target database.
Implementations§
source§impl StartMetadataModelConversionFluentBuilder
impl StartMetadataModelConversionFluentBuilder
sourcepub fn as_input(&self) -> &StartMetadataModelConversionInputBuilder
pub fn as_input(&self) -> &StartMetadataModelConversionInputBuilder
Access the StartMetadataModelConversion as a reference.
sourcepub async fn send(
self
) -> Result<StartMetadataModelConversionOutput, SdkError<StartMetadataModelConversionError, HttpResponse>>
pub async fn send( self ) -> Result<StartMetadataModelConversionOutput, SdkError<StartMetadataModelConversionError, 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<StartMetadataModelConversionOutput, StartMetadataModelConversionError, Self>
pub fn customize( self ) -> CustomizableOperation<StartMetadataModelConversionOutput, StartMetadataModelConversionError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn migration_project_identifier(self, input: impl Into<String>) -> Self
pub fn migration_project_identifier(self, input: impl Into<String>) -> Self
The migration project name or Amazon Resource Name (ARN).
sourcepub fn set_migration_project_identifier(self, input: Option<String>) -> Self
pub fn set_migration_project_identifier(self, input: Option<String>) -> Self
The migration project name or Amazon Resource Name (ARN).
sourcepub fn get_migration_project_identifier(&self) -> &Option<String>
pub fn get_migration_project_identifier(&self) -> &Option<String>
The migration project name or Amazon Resource Name (ARN).
sourcepub fn selection_rules(self, input: impl Into<String>) -> Self
pub fn selection_rules(self, input: impl Into<String>) -> Self
A value that specifies the database objects to convert.
sourcepub fn set_selection_rules(self, input: Option<String>) -> Self
pub fn set_selection_rules(self, input: Option<String>) -> Self
A value that specifies the database objects to convert.
sourcepub fn get_selection_rules(&self) -> &Option<String>
pub fn get_selection_rules(&self) -> &Option<String>
A value that specifies the database objects to convert.
Trait Implementations§
source§impl Clone for StartMetadataModelConversionFluentBuilder
impl Clone for StartMetadataModelConversionFluentBuilder
source§fn clone(&self) -> StartMetadataModelConversionFluentBuilder
fn clone(&self) -> StartMetadataModelConversionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more