Struct aws_sdk_redshift::operation::batch_delete_cluster_snapshots::builders::BatchDeleteClusterSnapshotsFluentBuilder
source · pub struct BatchDeleteClusterSnapshotsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to BatchDeleteClusterSnapshots
.
Deletes a set of cluster snapshots.
Implementations§
source§impl BatchDeleteClusterSnapshotsFluentBuilder
impl BatchDeleteClusterSnapshotsFluentBuilder
sourcepub fn as_input(&self) -> &BatchDeleteClusterSnapshotsInputBuilder
pub fn as_input(&self) -> &BatchDeleteClusterSnapshotsInputBuilder
Access the BatchDeleteClusterSnapshots as a reference.
sourcepub async fn send(
self
) -> Result<BatchDeleteClusterSnapshotsOutput, SdkError<BatchDeleteClusterSnapshotsError, HttpResponse>>
pub async fn send( self ) -> Result<BatchDeleteClusterSnapshotsOutput, SdkError<BatchDeleteClusterSnapshotsError, 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<BatchDeleteClusterSnapshotsOutput, BatchDeleteClusterSnapshotsError, Self>
pub fn customize( self ) -> CustomizableOperation<BatchDeleteClusterSnapshotsOutput, BatchDeleteClusterSnapshotsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn identifiers(self, input: DeleteClusterSnapshotMessage) -> Self
pub fn identifiers(self, input: DeleteClusterSnapshotMessage) -> Self
Appends an item to Identifiers
.
To override the contents of this collection use set_identifiers
.
A list of identifiers for the snapshots that you want to delete.
sourcepub fn set_identifiers(
self,
input: Option<Vec<DeleteClusterSnapshotMessage>>
) -> Self
pub fn set_identifiers( self, input: Option<Vec<DeleteClusterSnapshotMessage>> ) -> Self
A list of identifiers for the snapshots that you want to delete.
sourcepub fn get_identifiers(&self) -> &Option<Vec<DeleteClusterSnapshotMessage>>
pub fn get_identifiers(&self) -> &Option<Vec<DeleteClusterSnapshotMessage>>
A list of identifiers for the snapshots that you want to delete.
Trait Implementations§
source§impl Clone for BatchDeleteClusterSnapshotsFluentBuilder
impl Clone for BatchDeleteClusterSnapshotsFluentBuilder
source§fn clone(&self) -> BatchDeleteClusterSnapshotsFluentBuilder
fn clone(&self) -> BatchDeleteClusterSnapshotsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more