Struct aws_sdk_macie2::operation::put_classification_export_configuration::builders::PutClassificationExportConfigurationFluentBuilder
source · pub struct PutClassificationExportConfigurationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to PutClassificationExportConfiguration
.
Creates or updates the configuration settings for storing data classification results.
Implementations§
source§impl PutClassificationExportConfigurationFluentBuilder
impl PutClassificationExportConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &PutClassificationExportConfigurationInputBuilder
pub fn as_input(&self) -> &PutClassificationExportConfigurationInputBuilder
Access the PutClassificationExportConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<PutClassificationExportConfigurationOutput, SdkError<PutClassificationExportConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<PutClassificationExportConfigurationOutput, SdkError<PutClassificationExportConfigurationError, 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<PutClassificationExportConfigurationOutput, PutClassificationExportConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<PutClassificationExportConfigurationOutput, PutClassificationExportConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn configuration(self, input: ClassificationExportConfiguration) -> Self
pub fn configuration(self, input: ClassificationExportConfiguration) -> Self
The location to store data classification results in, and the encryption settings to use when storing results in that location.
sourcepub fn set_configuration(
self,
input: Option<ClassificationExportConfiguration>
) -> Self
pub fn set_configuration( self, input: Option<ClassificationExportConfiguration> ) -> Self
The location to store data classification results in, and the encryption settings to use when storing results in that location.
sourcepub fn get_configuration(&self) -> &Option<ClassificationExportConfiguration>
pub fn get_configuration(&self) -> &Option<ClassificationExportConfiguration>
The location to store data classification results in, and the encryption settings to use when storing results in that location.
Trait Implementations§
source§impl Clone for PutClassificationExportConfigurationFluentBuilder
impl Clone for PutClassificationExportConfigurationFluentBuilder
source§fn clone(&self) -> PutClassificationExportConfigurationFluentBuilder
fn clone(&self) -> PutClassificationExportConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more