Struct aws_sdk_databasemigration::operation::delete_data_provider::builders::DeleteDataProviderFluentBuilder
source · pub struct DeleteDataProviderFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteDataProvider
.
Deletes the specified data provider.
All migration projects associated with the data provider must be deleted or modified before you can delete the data provider.
Implementations§
source§impl DeleteDataProviderFluentBuilder
impl DeleteDataProviderFluentBuilder
sourcepub fn as_input(&self) -> &DeleteDataProviderInputBuilder
pub fn as_input(&self) -> &DeleteDataProviderInputBuilder
Access the DeleteDataProvider as a reference.
sourcepub async fn send(
self
) -> Result<DeleteDataProviderOutput, SdkError<DeleteDataProviderError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteDataProviderOutput, SdkError<DeleteDataProviderError, 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<DeleteDataProviderOutput, DeleteDataProviderError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteDataProviderOutput, DeleteDataProviderError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn data_provider_identifier(self, input: impl Into<String>) -> Self
pub fn data_provider_identifier(self, input: impl Into<String>) -> Self
The identifier of the data provider to delete.
sourcepub fn set_data_provider_identifier(self, input: Option<String>) -> Self
pub fn set_data_provider_identifier(self, input: Option<String>) -> Self
The identifier of the data provider to delete.
sourcepub fn get_data_provider_identifier(&self) -> &Option<String>
pub fn get_data_provider_identifier(&self) -> &Option<String>
The identifier of the data provider to delete.
Trait Implementations§
source§impl Clone for DeleteDataProviderFluentBuilder
impl Clone for DeleteDataProviderFluentBuilder
source§fn clone(&self) -> DeleteDataProviderFluentBuilder
fn clone(&self) -> DeleteDataProviderFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more