public static interface UpdateContainerInstancesStateResponse.Builder extends ECSResponse.Builder, CopyableBuilder<UpdateContainerInstancesStateResponse.Builder,UpdateContainerInstancesStateResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateContainerInstancesStateResponse.Builder |
containerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
|
UpdateContainerInstancesStateResponse.Builder |
containerInstances(ContainerInstance... containerInstances)
The list of container instances.
|
UpdateContainerInstancesStateResponse.Builder |
failures(Collection<Failure> failures)
Any failures associated with the call.
|
UpdateContainerInstancesStateResponse.Builder |
failures(Failure... failures)
Any failures associated with the call.
|
buildcopyapply, buildUpdateContainerInstancesStateResponse.Builder containerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
containerInstances - The list of container instances.UpdateContainerInstancesStateResponse.Builder containerInstances(ContainerInstance... containerInstances)
The list of container instances.
containerInstances - The list of container instances.UpdateContainerInstancesStateResponse.Builder failures(Collection<Failure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.UpdateContainerInstancesStateResponse.Builder failures(Failure... failures)
Any failures associated with the call.
failures - Any failures associated with the call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.