CopyableBuilder<DeleteWorkerBlockRequest.Builder,DeleteWorkerBlockRequest>
, SdkBuilder<DeleteWorkerBlockRequest.Builder,DeleteWorkerBlockRequest>
public static interface DeleteWorkerBlockRequest.Builder extends CopyableBuilder<DeleteWorkerBlockRequest.Builder,DeleteWorkerBlockRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteWorkerBlockRequest.Builder |
reason(String reason) |
A message that explains the reason for unblocking the Worker.
|
DeleteWorkerBlockRequest.Builder |
workerId(String workerId) |
The ID of the Worker to unblock.
|
copy
apply, build
DeleteWorkerBlockRequest.Builder workerId(String workerId)
The ID of the Worker to unblock.
workerId
- The ID of the Worker to unblock.DeleteWorkerBlockRequest.Builder reason(String reason)
A message that explains the reason for unblocking the Worker. The Worker does not see this message.
reason
- A message that explains the reason for unblocking the Worker. The Worker does not see this message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.