Struct aws_sdk_eventbridge::operation::delete_partner_event_source::builders::DeletePartnerEventSourceFluentBuilder
source · pub struct DeletePartnerEventSourceFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeletePartnerEventSource
.
This operation is used by SaaS partners to delete a partner event source. This operation is not used by Amazon Web Services customers.
When you delete an event source, the status of the corresponding partner event bus in the Amazon Web Services customer account becomes DELETED.
Implementations§
source§impl DeletePartnerEventSourceFluentBuilder
impl DeletePartnerEventSourceFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeletePartnerEventSource, AwsResponseRetryClassifier>, SdkError<DeletePartnerEventSourceError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeletePartnerEventSource, AwsResponseRetryClassifier>, SdkError<DeletePartnerEventSourceError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DeletePartnerEventSourceOutput, SdkError<DeletePartnerEventSourceError>>
pub async fn send( self ) -> Result<DeletePartnerEventSourceOutput, SdkError<DeletePartnerEventSourceError>>
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 account(self, input: impl Into<String>) -> Self
pub fn account(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.
sourcepub fn set_account(self, input: Option<String>) -> Self
pub fn set_account(self, input: Option<String>) -> Self
The Amazon Web Services account ID of the Amazon Web Services customer that the event source was created for.
Trait Implementations§
source§impl Clone for DeletePartnerEventSourceFluentBuilder
impl Clone for DeletePartnerEventSourceFluentBuilder
source§fn clone(&self) -> DeletePartnerEventSourceFluentBuilder
fn clone(&self) -> DeletePartnerEventSourceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more