Struct aws_sdk_codepipeline::model::job_data::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for JobData
Implementations
Represents information about an action type.
Represents information about an action type.
Represents information about an action configuration.
Represents information about an action configuration.
Represents information about a pipeline to a job worker.
Includes pipelineArn
and pipelineExecutionId
for
custom jobs.
Represents information about a pipeline to a job worker.
Includes pipelineArn
and pipelineExecutionId
for
custom jobs.
Appends an item to input_artifacts
.
To override the contents of this collection use set_input_artifacts
.
The artifact supplied to the job.
The artifact supplied to the job.
Appends an item to output_artifacts
.
To override the contents of this collection use set_output_artifacts
.
The output of the job.
The output of the job.
Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifacts for the pipeline in AWS CodePipeline.
Represents an AWS session credentials object. These credentials are temporary credentials that are issued by AWS Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifacts for the pipeline in AWS CodePipeline.
A system-generated token, such as a AWS CodeDeploy deployment ID, required by a job to continue the job asynchronously.
A system-generated token, such as a AWS CodeDeploy deployment ID, required by a job to continue the job asynchronously.
Represents information about the key used to encrypt data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.
Represents information about the key used to encrypt data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more