pub struct Builder { /* private fields */ }Expand description
A builder for CreateSecurityConfigurationInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name for the new security configuration.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name for the new security configuration.
sourcepub fn encryption_configuration(self, input: EncryptionConfiguration) -> Self
pub fn encryption_configuration(self, input: EncryptionConfiguration) -> Self
The encryption configuration for the new security configuration.
sourcepub fn set_encryption_configuration(
self,
input: Option<EncryptionConfiguration>
) -> Self
pub fn set_encryption_configuration(
self,
input: Option<EncryptionConfiguration>
) -> Self
The encryption configuration for the new security configuration.
sourcepub fn build(self) -> Result<CreateSecurityConfigurationInput, BuildError>
pub fn build(self) -> Result<CreateSecurityConfigurationInput, BuildError>
Consumes the builder and constructs a CreateSecurityConfigurationInput.