CopyableBuilder<PutThirdPartyJobFailureResultRequest.Builder,PutThirdPartyJobFailureResultRequest>, SdkBuilder<PutThirdPartyJobFailureResultRequest.Builder,PutThirdPartyJobFailureResultRequest>public static interface PutThirdPartyJobFailureResultRequest.Builder extends CopyableBuilder<PutThirdPartyJobFailureResultRequest.Builder,PutThirdPartyJobFailureResultRequest>
| Modifier and Type | Method | Description |
|---|---|---|
PutThirdPartyJobFailureResultRequest.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.
|
PutThirdPartyJobFailureResultRequest.Builder |
failureDetails(FailureDetails failureDetails) |
Represents information about failure details.
|
PutThirdPartyJobFailureResultRequest.Builder |
jobId(String jobId) |
The ID of the job that failed.
|
copyapply, buildPutThirdPartyJobFailureResultRequest.Builder jobId(String jobId)
The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.
jobId - The ID of the job that failed. This is the same ID returned from PollForThirdPartyJobs.PutThirdPartyJobFailureResultRequest.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.PutThirdPartyJobFailureResultRequest.Builder failureDetails(FailureDetails failureDetails)
Represents information about failure details.
failureDetails - Represents information about failure details.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.