public static interface AcknowledgeJobResponse.Builder extends CodePipelineResponse.Builder, CopyableBuilder<AcknowledgeJobResponse.Builder,AcknowledgeJobResponse>
Modifier and Type | Method and Description |
---|---|
AcknowledgeJobResponse.Builder |
status(JobStatus status)
Whether the job worker has received the specified job.
|
AcknowledgeJobResponse.Builder |
status(String status)
Whether the job worker has received the specified job.
|
build
copy
apply, build
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.