CopyableBuilder<GetThirdPartyJobDetailsRequest.Builder,GetThirdPartyJobDetailsRequest>
, SdkBuilder<GetThirdPartyJobDetailsRequest.Builder,GetThirdPartyJobDetailsRequest>
public static interface GetThirdPartyJobDetailsRequest.Builder extends CopyableBuilder<GetThirdPartyJobDetailsRequest.Builder,GetThirdPartyJobDetailsRequest>
Modifier and Type | Method | 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.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.