// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteCloudExadataInfrastructure`](crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`cloud_exadata_infrastructure_id(impl Into<String>)`](crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder::cloud_exadata_infrastructure_id) / [`set_cloud_exadata_infrastructure_id(Option<String>)`](crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder::set_cloud_exadata_infrastructure_id):<br>required: **true**<br><p>The unique identifier of the Exadata infrastructure to delete.</p><br>
/// - On success, responds with [`DeleteCloudExadataInfrastructureOutput`](crate::operation::delete_cloud_exadata_infrastructure::DeleteCloudExadataInfrastructureOutput)
/// - On failure, responds with [`SdkError<DeleteCloudExadataInfrastructureError>`](crate::operation::delete_cloud_exadata_infrastructure::DeleteCloudExadataInfrastructureError)
pub fn delete_cloud_exadata_infrastructure(
&self,
) -> crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder {
crate::operation::delete_cloud_exadata_infrastructure::builders::DeleteCloudExadataInfrastructureFluentBuilder::new(self.handle.clone())
}
}