Struct aws_sdk_securitylake::operation::delete_custom_log_source::builders::DeleteCustomLogSourceFluentBuilder
source · pub struct DeleteCustomLogSourceFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteCustomLogSource
.
Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.
Implementations§
source§impl DeleteCustomLogSourceFluentBuilder
impl DeleteCustomLogSourceFluentBuilder
sourcepub fn as_input(&self) -> &DeleteCustomLogSourceInputBuilder
pub fn as_input(&self) -> &DeleteCustomLogSourceInputBuilder
Access the DeleteCustomLogSource as a reference.
sourcepub async fn send(
self
) -> Result<DeleteCustomLogSourceOutput, SdkError<DeleteCustomLogSourceError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteCustomLogSourceOutput, SdkError<DeleteCustomLogSourceError, 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<DeleteCustomLogSourceOutput, DeleteCustomLogSourceError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteCustomLogSourceOutput, DeleteCustomLogSourceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn source_name(self, input: impl Into<String>) -> Self
pub fn source_name(self, input: impl Into<String>) -> Self
The source name of custom log source that you want to delete.
sourcepub fn set_source_name(self, input: Option<String>) -> Self
pub fn set_source_name(self, input: Option<String>) -> Self
The source name of custom log source that you want to delete.
sourcepub fn get_source_name(&self) -> &Option<String>
pub fn get_source_name(&self) -> &Option<String>
The source name of custom log source that you want to delete.
sourcepub fn source_version(self, input: impl Into<String>) -> Self
pub fn source_version(self, input: impl Into<String>) -> Self
The source version for the third-party custom source. You can limit the custom source removal to the specified source version.
sourcepub fn set_source_version(self, input: Option<String>) -> Self
pub fn set_source_version(self, input: Option<String>) -> Self
The source version for the third-party custom source. You can limit the custom source removal to the specified source version.
sourcepub fn get_source_version(&self) -> &Option<String>
pub fn get_source_version(&self) -> &Option<String>
The source version for the third-party custom source. You can limit the custom source removal to the specified source version.
Trait Implementations§
source§impl Clone for DeleteCustomLogSourceFluentBuilder
impl Clone for DeleteCustomLogSourceFluentBuilder
source§fn clone(&self) -> DeleteCustomLogSourceFluentBuilder
fn clone(&self) -> DeleteCustomLogSourceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more