Struct aws_sdk_honeycode::model::import_job_submitter::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ImportJobSubmitter.
Implementations§
source§impl Builder
impl Builder
sourcepub fn email(self, input: impl Into<String>) -> Self
pub fn email(self, input: impl Into<String>) -> Self
The email id of the submitter of the import job, if available.
sourcepub fn set_email(self, input: Option<String>) -> Self
pub fn set_email(self, input: Option<String>) -> Self
The email id of the submitter of the import job, if available.
sourcepub fn user_arn(self, input: impl Into<String>) -> Self
pub fn user_arn(self, input: impl Into<String>) -> Self
The AWS user ARN of the submitter of the import job, if available.
sourcepub fn set_user_arn(self, input: Option<String>) -> Self
pub fn set_user_arn(self, input: Option<String>) -> Self
The AWS user ARN of the submitter of the import job, if available.
sourcepub fn build(self) -> ImportJobSubmitter
pub fn build(self) -> ImportJobSubmitter
Consumes the builder and constructs a ImportJobSubmitter.