CopyableBuilder<JobDetails.Builder,JobDetails>
, SdkBuilder<JobDetails.Builder,JobDetails>
public static interface JobDetails.Builder extends CopyableBuilder<JobDetails.Builder,JobDetails>
Modifier and Type | Method | Description |
---|---|---|
JobDetails.Builder |
accountId(String accountId) |
The AWS account ID associated with the job.
|
JobDetails.Builder |
data(JobData data) |
Represents additional information about a job required for a job worker to complete the job.
|
JobDetails.Builder |
id(String id) |
The unique system-generated ID of the job.
|
copy
apply, build
JobDetails.Builder id(String id)
The unique system-generated ID of the job.
id
- The unique system-generated ID of the job.JobDetails.Builder data(JobData data)
Represents additional information about a job required for a job worker to complete the job.
data
- Represents additional information about a job required for a job worker to complete the job.JobDetails.Builder accountId(String accountId)
The AWS account ID associated with the job.
accountId
- The AWS account ID associated with the job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.