public static interface GetThirdPartyJobDetailsResponse.Builder extends CodePipelineResponse.Builder, CopyableBuilder<GetThirdPartyJobDetailsResponse.Builder,GetThirdPartyJobDetailsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetThirdPartyJobDetailsResponse.Builder |
jobDetails(Consumer<ThirdPartyJobDetails.Builder> jobDetails)
The details of the job, including any protected values defined for the job.
|
GetThirdPartyJobDetailsResponse.Builder |
jobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the job.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetThirdPartyJobDetailsResponse.Builder jobDetails(ThirdPartyJobDetails jobDetails)
The details of the job, including any protected values defined for the job.
jobDetails - The details of the job, including any protected values defined for the job.default GetThirdPartyJobDetailsResponse.Builder jobDetails(Consumer<ThirdPartyJobDetails.Builder> jobDetails)
The details of the job, including any protected values defined for the job.
This is a convenience that creates an instance of theThirdPartyJobDetails.Builder avoiding the need
to create one manually via ThirdPartyJobDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to jobDetails(ThirdPartyJobDetails).jobDetails - a consumer that will call methods on ThirdPartyJobDetails.BuilderjobDetails(ThirdPartyJobDetails)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.