pub struct PutDataCatalogEncryptionSettings { /* private fields */ }Expand description
Fluent builder constructing a request to PutDataCatalogEncryptionSettings.
Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.
Implementations§
source§impl PutDataCatalogEncryptionSettings
impl PutDataCatalogEncryptionSettings
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<PutDataCatalogEncryptionSettings, AwsResponseRetryClassifier>, SdkError<PutDataCatalogEncryptionSettingsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<PutDataCatalogEncryptionSettings, AwsResponseRetryClassifier>, SdkError<PutDataCatalogEncryptionSettingsError>>
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<PutDataCatalogEncryptionSettingsOutput, SdkError<PutDataCatalogEncryptionSettingsError>>
pub async fn send(
self
) -> Result<PutDataCatalogEncryptionSettingsOutput, SdkError<PutDataCatalogEncryptionSettingsError>>
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 catalog_id(self, input: impl Into<String>) -> Self
pub fn catalog_id(self, input: impl Into<String>) -> Self
The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn set_catalog_id(self, input: Option<String>) -> Self
pub fn set_catalog_id(self, input: Option<String>) -> Self
The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn data_catalog_encryption_settings(
self,
input: DataCatalogEncryptionSettings
) -> Self
pub fn data_catalog_encryption_settings(
self,
input: DataCatalogEncryptionSettings
) -> Self
The security configuration to set.
sourcepub fn set_data_catalog_encryption_settings(
self,
input: Option<DataCatalogEncryptionSettings>
) -> Self
pub fn set_data_catalog_encryption_settings(
self,
input: Option<DataCatalogEncryptionSettings>
) -> Self
The security configuration to set.
Trait Implementations§
source§impl Clone for PutDataCatalogEncryptionSettings
impl Clone for PutDataCatalogEncryptionSettings
source§fn clone(&self) -> PutDataCatalogEncryptionSettings
fn clone(&self) -> PutDataCatalogEncryptionSettings
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more