Struct aws_sdk_databasemigration::operation::modify_conversion_configuration::builders::ModifyConversionConfigurationFluentBuilder
source · pub struct ModifyConversionConfigurationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ModifyConversionConfiguration
.
Modifies the specified schema conversion configuration using the provided parameters.
Implementations§
source§impl ModifyConversionConfigurationFluentBuilder
impl ModifyConversionConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &ModifyConversionConfigurationInputBuilder
pub fn as_input(&self) -> &ModifyConversionConfigurationInputBuilder
Access the ModifyConversionConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<ModifyConversionConfigurationOutput, SdkError<ModifyConversionConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<ModifyConversionConfigurationOutput, SdkError<ModifyConversionConfigurationError, 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<ModifyConversionConfigurationOutput, ModifyConversionConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<ModifyConversionConfigurationOutput, ModifyConversionConfigurationError, 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 conversion_configuration(self, input: impl Into<String>) -> Self
pub fn conversion_configuration(self, input: impl Into<String>) -> Self
The new conversion configuration.
sourcepub fn set_conversion_configuration(self, input: Option<String>) -> Self
pub fn set_conversion_configuration(self, input: Option<String>) -> Self
The new conversion configuration.
sourcepub fn get_conversion_configuration(&self) -> &Option<String>
pub fn get_conversion_configuration(&self) -> &Option<String>
The new conversion configuration.
Trait Implementations§
source§impl Clone for ModifyConversionConfigurationFluentBuilder
impl Clone for ModifyConversionConfigurationFluentBuilder
source§fn clone(&self) -> ModifyConversionConfigurationFluentBuilder
fn clone(&self) -> ModifyConversionConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more