Struct aws_sdk_redshift::types::builders::HsmStatusBuilder
source · #[non_exhaustive]pub struct HsmStatusBuilder { /* private fields */ }
Expand description
A builder for HsmStatus
.
Implementations§
source§impl HsmStatusBuilder
impl HsmStatusBuilder
sourcepub fn hsm_client_certificate_identifier(self, input: impl Into<String>) -> Self
pub fn hsm_client_certificate_identifier(self, input: impl Into<String>) -> Self
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
sourcepub fn set_hsm_client_certificate_identifier(
self,
input: Option<String>
) -> Self
pub fn set_hsm_client_certificate_identifier( self, input: Option<String> ) -> Self
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
sourcepub fn get_hsm_client_certificate_identifier(&self) -> &Option<String>
pub fn get_hsm_client_certificate_identifier(&self) -> &Option<String>
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
sourcepub fn hsm_configuration_identifier(self, input: impl Into<String>) -> Self
pub fn hsm_configuration_identifier(self, input: impl Into<String>) -> Self
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
sourcepub fn set_hsm_configuration_identifier(self, input: Option<String>) -> Self
pub fn set_hsm_configuration_identifier(self, input: Option<String>) -> Self
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
sourcepub fn get_hsm_configuration_identifier(&self) -> &Option<String>
pub fn get_hsm_configuration_identifier(&self) -> &Option<String>
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
Trait Implementations§
source§impl Clone for HsmStatusBuilder
impl Clone for HsmStatusBuilder
source§fn clone(&self) -> HsmStatusBuilder
fn clone(&self) -> HsmStatusBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for HsmStatusBuilder
impl Debug for HsmStatusBuilder
source§impl Default for HsmStatusBuilder
impl Default for HsmStatusBuilder
source§fn default() -> HsmStatusBuilder
fn default() -> HsmStatusBuilder
source§impl PartialEq for HsmStatusBuilder
impl PartialEq for HsmStatusBuilder
source§fn eq(&self, other: &HsmStatusBuilder) -> bool
fn eq(&self, other: &HsmStatusBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.