// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateIntegrationTableProperties`](crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`resource_arn(impl Into<String>)`](crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder::resource_arn) / [`set_resource_arn(Option<String>)`](crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder::set_resource_arn):<br>required: **true**<br><p>The connection ARN of the source, or the database ARN of the target.</p><br>
/// - [`table_name(impl Into<String>)`](crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder::table_name) / [`set_table_name(Option<String>)`](crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder::set_table_name):<br>required: **true**<br><p>The name of the table to be replicated.</p><br>
/// - [`source_table_config(SourceTableConfig)`](crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder::source_table_config) / [`set_source_table_config(Option<SourceTableConfig>)`](crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder::set_source_table_config):<br>required: **false**<br><p>A structure for the source table configuration.</p><br>
/// - [`target_table_config(TargetTableConfig)`](crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder::target_table_config) / [`set_target_table_config(Option<TargetTableConfig>)`](crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder::set_target_table_config):<br>required: **false**<br><p>A structure for the target table configuration.</p><br>
/// - On success, responds with [`UpdateIntegrationTablePropertiesOutput`](crate::operation::update_integration_table_properties::UpdateIntegrationTablePropertiesOutput)
/// - On failure, responds with [`SdkError<UpdateIntegrationTablePropertiesError>`](crate::operation::update_integration_table_properties::UpdateIntegrationTablePropertiesError)
pub fn update_integration_table_properties(
&self,
) -> crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder {
crate::operation::update_integration_table_properties::builders::UpdateIntegrationTablePropertiesFluentBuilder::new(self.handle.clone())
}
}