Struct aws_sdk_ssm::operation::delete_resource_data_sync::builders::DeleteResourceDataSyncFluentBuilder
source · pub struct DeleteResourceDataSyncFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteResourceDataSync
.
Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.
Implementations§
source§impl DeleteResourceDataSyncFluentBuilder
impl DeleteResourceDataSyncFluentBuilder
sourcepub fn as_input(&self) -> &DeleteResourceDataSyncInputBuilder
pub fn as_input(&self) -> &DeleteResourceDataSyncInputBuilder
Access the DeleteResourceDataSync as a reference.
sourcepub async fn send(
self
) -> Result<DeleteResourceDataSyncOutput, SdkError<DeleteResourceDataSyncError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteResourceDataSyncOutput, SdkError<DeleteResourceDataSyncError, 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 async fn customize(
self
) -> Result<CustomizableOperation<DeleteResourceDataSyncOutput, DeleteResourceDataSyncError, Self>, SdkError<DeleteResourceDataSyncError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteResourceDataSyncOutput, DeleteResourceDataSyncError, Self>, SdkError<DeleteResourceDataSyncError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn sync_name(self, input: impl Into<String>) -> Self
pub fn sync_name(self, input: impl Into<String>) -> Self
The name of the configuration to delete.
sourcepub fn set_sync_name(self, input: Option<String>) -> Self
pub fn set_sync_name(self, input: Option<String>) -> Self
The name of the configuration to delete.
sourcepub fn get_sync_name(&self) -> &Option<String>
pub fn get_sync_name(&self) -> &Option<String>
The name of the configuration to delete.
sourcepub fn sync_type(self, input: impl Into<String>) -> Self
pub fn sync_type(self, input: impl Into<String>) -> Self
Specify the type of resource data sync to delete.
sourcepub fn set_sync_type(self, input: Option<String>) -> Self
pub fn set_sync_type(self, input: Option<String>) -> Self
Specify the type of resource data sync to delete.
sourcepub fn get_sync_type(&self) -> &Option<String>
pub fn get_sync_type(&self) -> &Option<String>
Specify the type of resource data sync to delete.
Trait Implementations§
source§impl Clone for DeleteResourceDataSyncFluentBuilder
impl Clone for DeleteResourceDataSyncFluentBuilder
source§fn clone(&self) -> DeleteResourceDataSyncFluentBuilder
fn clone(&self) -> DeleteResourceDataSyncFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more