pub struct PutClassificationExportConfiguration { /* private fields */ }
Expand description
Fluent builder constructing a request to PutClassificationExportConfiguration
.
Creates or updates the configuration settings for storing data classification results.
Implementations
sourceimpl PutClassificationExportConfiguration
impl PutClassificationExportConfiguration
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<PutClassificationExportConfiguration, AwsResponseRetryClassifier>, SdkError<PutClassificationExportConfigurationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<PutClassificationExportConfiguration, AwsResponseRetryClassifier>, SdkError<PutClassificationExportConfigurationError>>
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<PutClassificationExportConfigurationOutput, SdkError<PutClassificationExportConfigurationError>>
pub async fn send(
self
) -> Result<PutClassificationExportConfigurationOutput, SdkError<PutClassificationExportConfigurationError>>
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 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.
Trait Implementations
sourceimpl Clone for PutClassificationExportConfiguration
impl Clone for PutClassificationExportConfiguration
sourcefn clone(&self) -> PutClassificationExportConfiguration
fn clone(&self) -> PutClassificationExportConfiguration
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more