CopyableBuilder<Job.Builder,Job>
, SdkBuilder<Job.Builder,Job>
public static interface Job.Builder extends CopyableBuilder<Job.Builder,Job>
Modifier and Type | Method | Description |
---|---|---|
Job.Builder |
accountId(String accountId) |
The ID of the AWS account to use when performing the job.
|
Job.Builder |
data(JobData data) |
Additional data about a job.
|
Job.Builder |
id(String id) |
The unique system-generated ID of the job.
|
Job.Builder |
nonce(String nonce) |
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only
one job worker.
|
copy
apply, build
Job.Builder id(String id)
The unique system-generated ID of the job.
id
- The unique system-generated ID of the job.Job.Builder data(JobData data)
Additional data about a job.
data
- Additional data about a job.Job.Builder nonce(String nonce)
A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Use this number in an AcknowledgeJob request.
nonce
- A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on
by only one job worker. Use this number in an AcknowledgeJob request.Job.Builder accountId(String accountId)
The ID of the AWS account to use when performing the job.
accountId
- The ID of the AWS account to use when performing the job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.