public static interface GetThirdPartyJobDetailsRequest.Builder extends CodePipelineRequest.Builder, CopyableBuilder<GetThirdPartyJobDetailsRequest.Builder,GetThirdPartyJobDetailsRequest>
Modifier and Type | Method and Description |
---|---|
GetThirdPartyJobDetailsRequest.Builder |
clientToken(String clientToken)
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is
allowed access to the job and its details.
|
GetThirdPartyJobDetailsRequest.Builder |
jobId(String jobId)
The unique system-generated ID used for identifying the job.
|
GetThirdPartyJobDetailsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetThirdPartyJobDetailsRequest.Builder jobId(String jobId)
The unique system-generated ID used for identifying the job.
jobId
- The unique system-generated ID used for identifying the job.GetThirdPartyJobDetailsRequest.Builder clientToken(String clientToken)
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
clientToken
- The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is
allowed access to the job and its details.GetThirdPartyJobDetailsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.