Struct aws_sdk_apprunner::model::encryption_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EncryptionConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn kms_key(self, input: impl Into<String>) -> Self
pub fn kms_key(self, input: impl Into<String>) -> Self
The ARN of the KMS key that's used for encryption.
sourcepub fn set_kms_key(self, input: Option<String>) -> Self
pub fn set_kms_key(self, input: Option<String>) -> Self
The ARN of the KMS key that's used for encryption.
sourcepub fn build(self) -> EncryptionConfiguration
pub fn build(self) -> EncryptionConfiguration
Consumes the builder and constructs a EncryptionConfiguration
.