public static interface SubmitTaskStateChangeRequest.Builder extends ECSRequest.Builder, CopyableBuilder<SubmitTaskStateChangeRequest.Builder,SubmitTaskStateChangeRequest>
Modifier and Type | Method and Description |
---|---|
SubmitTaskStateChangeRequest.Builder |
attachments(AttachmentStateChange... attachments)
Any attachments associated with the state change request.
|
SubmitTaskStateChangeRequest.Builder |
attachments(Collection<AttachmentStateChange> attachments)
Any attachments associated with the state change request.
|
SubmitTaskStateChangeRequest.Builder |
cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
|
SubmitTaskStateChangeRequest.Builder |
containers(Collection<ContainerStateChange> containers)
Any containers associated with the state change request.
|
SubmitTaskStateChangeRequest.Builder |
containers(ContainerStateChange... containers)
Any containers associated with the state change request.
|
SubmitTaskStateChangeRequest.Builder |
reason(String reason)
The reason for the state change request.
|
SubmitTaskStateChangeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
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.
|
build
requestOverrideConfig, requestOverrideConfig
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.SubmitTaskStateChangeRequest.Builder containers(Collection<ContainerStateChange> containers)
Any containers associated with the state change request.
containers
- Any containers associated with the state change request.SubmitTaskStateChangeRequest.Builder containers(ContainerStateChange... containers)
Any containers associated with the state change request.
containers
- Any containers associated with the state change request.SubmitTaskStateChangeRequest.Builder attachments(Collection<AttachmentStateChange> attachments)
Any attachments associated with the state change request.
attachments
- Any attachments associated with the state change request.SubmitTaskStateChangeRequest.Builder attachments(AttachmentStateChange... attachments)
Any attachments associated with the state change request.
attachments
- Any attachments associated with the state change request.SubmitTaskStateChangeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.