Struct aws_sdk_appfabric::operation::delete_ingestion::builders::DeleteIngestionFluentBuilder
source · pub struct DeleteIngestionFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteIngestion.
Deletes an ingestion. You must stop (disable) the ingestion and you must delete all associated ingestion destinations before you can delete an app ingestion.
Implementations§
source§impl DeleteIngestionFluentBuilder
impl DeleteIngestionFluentBuilder
sourcepub fn as_input(&self) -> &DeleteIngestionInputBuilder
pub fn as_input(&self) -> &DeleteIngestionInputBuilder
Access the DeleteIngestion as a reference.
sourcepub async fn send(
self
) -> Result<DeleteIngestionOutput, SdkError<DeleteIngestionError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteIngestionOutput, SdkError<DeleteIngestionError, 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<DeleteIngestionOutput, DeleteIngestionError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteIngestionOutput, DeleteIngestionError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
pub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
pub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn get_app_bundle_identifier(&self) -> &Option<String>
pub fn get_app_bundle_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn ingestion_identifier(self, input: impl Into<String>) -> Self
pub fn ingestion_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
sourcepub fn set_ingestion_identifier(self, input: Option<String>) -> Self
pub fn set_ingestion_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
sourcepub fn get_ingestion_identifier(&self) -> &Option<String>
pub fn get_ingestion_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
Trait Implementations§
source§impl Clone for DeleteIngestionFluentBuilder
impl Clone for DeleteIngestionFluentBuilder
source§fn clone(&self) -> DeleteIngestionFluentBuilder
fn clone(&self) -> DeleteIngestionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more