CopyableBuilder<AcknowledgeJobResponse.Builder,AcknowledgeJobResponse>, SdkBuilder<AcknowledgeJobResponse.Builder,AcknowledgeJobResponse>public static interface AcknowledgeJobResponse.Builder extends CopyableBuilder<AcknowledgeJobResponse.Builder,AcknowledgeJobResponse>
| Modifier and Type | Method | Description |
|---|---|---|
AcknowledgeJobResponse.Builder |
status(String status) |
Whether the job worker has received the specified job.
|
AcknowledgeJobResponse.Builder |
status(JobStatus status) |
Whether the job worker has received the specified job.
|
copyapply, buildAcknowledgeJobResponse.Builder status(String status)
Whether the job worker has received the specified job.
status - Whether the job worker has received the specified job.JobStatusAcknowledgeJobResponse.Builder status(JobStatus status)
Whether the job worker has received the specified job.
status - Whether the job worker has received the specified job.JobStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.