public static interface GetJobDetailsResponse.Builder extends CodePipelineResponse.Builder, CopyableBuilder<GetJobDetailsResponse.Builder,GetJobDetailsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetJobDetailsResponse.Builder |
jobDetails(Consumer<JobDetails.Builder> jobDetails)
The details of the job.
|
GetJobDetailsResponse.Builder |
jobDetails(JobDetails jobDetails)
The details of the job.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetJobDetailsResponse.Builder jobDetails(JobDetails jobDetails)
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
jobDetails - The details of the job. If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
default GetJobDetailsResponse.Builder jobDetails(Consumer<JobDetails.Builder> jobDetails)
The details of the job.
If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.
JobDetails.Builder avoiding the need to
create one manually via JobDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to jobDetails(JobDetails).jobDetails - a consumer that will call methods on JobDetails.BuilderjobDetails(JobDetails)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.