public static interface GetThirdPartyJobDetailsResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2023. All rights reserved.