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.
|
copy
apply, build
AcknowledgeJobResponse.Builder status(String status)
Whether the job worker has received the specified job.
status
- Whether the job worker has received the specified job.JobStatus
AcknowledgeJobResponse.Builder status(JobStatus status)
Whether the job worker has received the specified job.
status
- Whether the job worker has received the specified job.JobStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.