pub struct Builder { /* private fields */ }
Expand description
A builder for StudioEncryptionConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn key_arn(self, input: impl Into<String>) -> Self
pub fn key_arn(self, input: impl Into<String>) -> Self
The ARN for a KMS key that is used to encrypt studio data.
sourcepub fn set_key_arn(self, input: Option<String>) -> Self
pub fn set_key_arn(self, input: Option<String>) -> Self
The ARN for a KMS key that is used to encrypt studio data.
sourcepub fn key_type(self, input: StudioEncryptionConfigurationKeyType) -> Self
pub fn key_type(self, input: StudioEncryptionConfigurationKeyType) -> Self
The type of KMS key that is used to encrypt studio data.
sourcepub fn set_key_type(
self,
input: Option<StudioEncryptionConfigurationKeyType>
) -> Self
pub fn set_key_type(
self,
input: Option<StudioEncryptionConfigurationKeyType>
) -> Self
The type of KMS key that is used to encrypt studio data.
sourcepub fn build(self) -> StudioEncryptionConfiguration
pub fn build(self) -> StudioEncryptionConfiguration
Consumes the builder and constructs a StudioEncryptionConfiguration
.