Struct aws_sdk_codepipeline::model::job_details::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for JobDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data(self, input: JobData) -> Self
pub fn data(self, input: JobData) -> Self
Represents other information about a job required for a job worker to complete the job.
sourcepub fn set_data(self, input: Option<JobData>) -> Self
pub fn set_data(self, input: Option<JobData>) -> Self
Represents other information about a job required for a job worker to complete the job.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The AWS account ID associated with the job.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The AWS account ID associated with the job.
sourcepub fn build(self) -> JobDetails
pub fn build(self) -> JobDetails
Consumes the builder and constructs a JobDetails
.