Interface StartTaskResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<StartTaskResponse.Builder,,StartTaskResponse> EcsResponse.Builder,SdkBuilder<StartTaskResponse.Builder,,StartTaskResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartTaskResponse
- 
Method Summary
Modifier and TypeMethodDescriptionfailures(Collection<Failure> failures) Any failures associated with the call.failures(Consumer<Failure.Builder>... failures) Any failures associated with the call.Any failures associated with the call.tasks(Collection<Task> tasks) A full description of the tasks that were started.tasks(Consumer<Task.Builder>... tasks) A full description of the tasks that were started.A full description of the tasks that were started.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ecs.model.EcsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
tasks
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
- Parameters:
 tasks- A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tasks
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
- Parameters:
 tasks- A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tasks
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
This is a convenience method that creates an instance of theTask.Builderavoiding the need to create one manually viaTask.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totasks(List<Task>).- Parameters:
 tasks- a consumer that will call methods onTask.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
failures
Any failures associated with the call.
- Parameters:
 failures- Any failures associated with the call.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
failures
Any failures associated with the call.
- Parameters:
 failures- Any failures associated with the call.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
failures
Any failures associated with the call.
This is a convenience method that creates an instance of theFailure.Builderavoiding the need to create one manually viaFailure.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailures(List<Failure>).- Parameters:
 failures- a consumer that will call methods onFailure.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -