Struct aws_sdk_glue::model::job_bookmarks_encryption::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for JobBookmarksEncryption.
Implementations§
source§impl Builder
impl Builder
sourcepub fn job_bookmarks_encryption_mode(
self,
input: JobBookmarksEncryptionMode
) -> Self
pub fn job_bookmarks_encryption_mode(
self,
input: JobBookmarksEncryptionMode
) -> Self
The encryption mode to use for job bookmarks data.
sourcepub fn set_job_bookmarks_encryption_mode(
self,
input: Option<JobBookmarksEncryptionMode>
) -> Self
pub fn set_job_bookmarks_encryption_mode(
self,
input: Option<JobBookmarksEncryptionMode>
) -> Self
The encryption mode to use for job bookmarks data.
sourcepub fn kms_key_arn(self, input: impl Into<String>) -> Self
pub fn kms_key_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
sourcepub fn set_kms_key_arn(self, input: Option<String>) -> Self
pub fn set_kms_key_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
sourcepub fn build(self) -> JobBookmarksEncryption
pub fn build(self) -> JobBookmarksEncryption
Consumes the builder and constructs a JobBookmarksEncryption.