CopyableBuilder<SubmitTaskStateChangeRequest.Builder,SubmitTaskStateChangeRequest>
, SdkBuilder<SubmitTaskStateChangeRequest.Builder,SubmitTaskStateChangeRequest>
public static interface SubmitTaskStateChangeRequest.Builder extends CopyableBuilder<SubmitTaskStateChangeRequest.Builder,SubmitTaskStateChangeRequest>
Modifier and Type | Method | Description |
---|---|---|
SubmitTaskStateChangeRequest.Builder |
cluster(String cluster) |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
|
SubmitTaskStateChangeRequest.Builder |
reason(String reason) |
The reason for the state change request.
|
SubmitTaskStateChangeRequest.Builder |
status(String status) |
The status of the state change request.
|
SubmitTaskStateChangeRequest.Builder |
task(String task) |
The task ID or full Amazon Resource Name (ARN) of the task in the state change request.
|
copy
apply, build
SubmitTaskStateChangeRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
cluster
- The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.SubmitTaskStateChangeRequest.Builder task(String task)
The task ID or full Amazon Resource Name (ARN) of the task in the state change request.
task
- The task ID or full Amazon Resource Name (ARN) of the task in the state change request.SubmitTaskStateChangeRequest.Builder status(String status)
The status of the state change request.
status
- The status of the state change request.SubmitTaskStateChangeRequest.Builder reason(String reason)
The reason for the state change request.
reason
- The reason for the state change request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.