Struct aws_sdk_redshift::operation::create_hsm_configuration::builders::CreateHsmConfigurationInputBuilder
source · #[non_exhaustive]pub struct CreateHsmConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for CreateHsmConfigurationInput
.
Implementations§
source§impl CreateHsmConfigurationInputBuilder
impl CreateHsmConfigurationInputBuilder
sourcepub fn hsm_configuration_identifier(self, input: impl Into<String>) -> Self
pub fn hsm_configuration_identifier(self, input: impl Into<String>) -> Self
The identifier to be assigned to the new Amazon Redshift HSM configuration.
This field is required.sourcepub fn set_hsm_configuration_identifier(self, input: Option<String>) -> Self
pub fn set_hsm_configuration_identifier(self, input: Option<String>) -> Self
The identifier to be assigned to the new Amazon Redshift HSM configuration.
sourcepub fn get_hsm_configuration_identifier(&self) -> &Option<String>
pub fn get_hsm_configuration_identifier(&self) -> &Option<String>
The identifier to be assigned to the new Amazon Redshift HSM configuration.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A text description of the HSM configuration to be created.
This field is required.sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A text description of the HSM configuration to be created.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A text description of the HSM configuration to be created.
sourcepub fn hsm_ip_address(self, input: impl Into<String>) -> Self
pub fn hsm_ip_address(self, input: impl Into<String>) -> Self
The IP address that the Amazon Redshift cluster must use to access the HSM.
This field is required.sourcepub fn set_hsm_ip_address(self, input: Option<String>) -> Self
pub fn set_hsm_ip_address(self, input: Option<String>) -> Self
The IP address that the Amazon Redshift cluster must use to access the HSM.
sourcepub fn get_hsm_ip_address(&self) -> &Option<String>
pub fn get_hsm_ip_address(&self) -> &Option<String>
The IP address that the Amazon Redshift cluster must use to access the HSM.
sourcepub fn hsm_partition_name(self, input: impl Into<String>) -> Self
pub fn hsm_partition_name(self, input: impl Into<String>) -> Self
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
This field is required.sourcepub fn set_hsm_partition_name(self, input: Option<String>) -> Self
pub fn set_hsm_partition_name(self, input: Option<String>) -> Self
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
sourcepub fn get_hsm_partition_name(&self) -> &Option<String>
pub fn get_hsm_partition_name(&self) -> &Option<String>
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
sourcepub fn hsm_partition_password(self, input: impl Into<String>) -> Self
pub fn hsm_partition_password(self, input: impl Into<String>) -> Self
The password required to access the HSM partition.
This field is required.sourcepub fn set_hsm_partition_password(self, input: Option<String>) -> Self
pub fn set_hsm_partition_password(self, input: Option<String>) -> Self
The password required to access the HSM partition.
sourcepub fn get_hsm_partition_password(&self) -> &Option<String>
pub fn get_hsm_partition_password(&self) -> &Option<String>
The password required to access the HSM partition.
sourcepub fn hsm_server_public_certificate(self, input: impl Into<String>) -> Self
pub fn hsm_server_public_certificate(self, input: impl Into<String>) -> Self
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
This field is required.sourcepub fn set_hsm_server_public_certificate(self, input: Option<String>) -> Self
pub fn set_hsm_server_public_certificate(self, input: Option<String>) -> Self
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
sourcepub fn get_hsm_server_public_certificate(&self) -> &Option<String>
pub fn get_hsm_server_public_certificate(&self) -> &Option<String>
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tag instances.
A list of tag instances.
A list of tag instances.
sourcepub fn build(self) -> Result<CreateHsmConfigurationInput, BuildError>
pub fn build(self) -> Result<CreateHsmConfigurationInput, BuildError>
Consumes the builder and constructs a CreateHsmConfigurationInput
.
source§impl CreateHsmConfigurationInputBuilder
impl CreateHsmConfigurationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateHsmConfigurationOutput, SdkError<CreateHsmConfigurationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateHsmConfigurationOutput, SdkError<CreateHsmConfigurationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateHsmConfigurationInputBuilder
impl Clone for CreateHsmConfigurationInputBuilder
source§fn clone(&self) -> CreateHsmConfigurationInputBuilder
fn clone(&self) -> CreateHsmConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateHsmConfigurationInputBuilder
impl Default for CreateHsmConfigurationInputBuilder
source§fn default() -> CreateHsmConfigurationInputBuilder
fn default() -> CreateHsmConfigurationInputBuilder
source§impl PartialEq for CreateHsmConfigurationInputBuilder
impl PartialEq for CreateHsmConfigurationInputBuilder
source§fn eq(&self, other: &CreateHsmConfigurationInputBuilder) -> bool
fn eq(&self, other: &CreateHsmConfigurationInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.