// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteIntegrationTableProperties`](crate::operation::delete_integration_table_properties::builders::DeleteIntegrationTablePropertiesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`resource_arn(impl Into<String>)`](crate::operation::delete_integration_table_properties::builders::DeleteIntegrationTablePropertiesFluentBuilder::resource_arn) / [`set_resource_arn(Option<String>)`](crate::operation::delete_integration_table_properties::builders::DeleteIntegrationTablePropertiesFluentBuilder::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::delete_integration_table_properties::builders::DeleteIntegrationTablePropertiesFluentBuilder::table_name) / [`set_table_name(Option<String>)`](crate::operation::delete_integration_table_properties::builders::DeleteIntegrationTablePropertiesFluentBuilder::set_table_name):<br>required: **true**<br><p>The name of the table to be replicated.</p><br>
/// - On success, responds with [`DeleteIntegrationTablePropertiesOutput`](crate::operation::delete_integration_table_properties::DeleteIntegrationTablePropertiesOutput)
/// - On failure, responds with [`SdkError<DeleteIntegrationTablePropertiesError>`](crate::operation::delete_integration_table_properties::DeleteIntegrationTablePropertiesError)
pub fn delete_integration_table_properties(
&self,
) -> crate::operation::delete_integration_table_properties::builders::DeleteIntegrationTablePropertiesFluentBuilder {
crate::operation::delete_integration_table_properties::builders::DeleteIntegrationTablePropertiesFluentBuilder::new(self.handle.clone())
}
}