CopyableBuilder<AcknowledgeThirdPartyJobResponse.Builder,AcknowledgeThirdPartyJobResponse>
, SdkBuilder<AcknowledgeThirdPartyJobResponse.Builder,AcknowledgeThirdPartyJobResponse>
public static interface AcknowledgeThirdPartyJobResponse.Builder extends CopyableBuilder<AcknowledgeThirdPartyJobResponse.Builder,AcknowledgeThirdPartyJobResponse>
Modifier and Type | Method | Description |
---|---|---|
AcknowledgeThirdPartyJobResponse.Builder |
status(String status) |
The status information for the third party job, if any.
|
AcknowledgeThirdPartyJobResponse.Builder |
status(JobStatus status) |
The status information for the third party job, if any.
|
copy
apply, build
AcknowledgeThirdPartyJobResponse.Builder status(String status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
AcknowledgeThirdPartyJobResponse.Builder status(JobStatus status)
The status information for the third party job, if any.
status
- The status information for the third party job, if any.JobStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.