public static interface DescribeContainerInstancesResponse.Builder extends ECSResponse.Builder, CopyableBuilder<DescribeContainerInstancesResponse.Builder,DescribeContainerInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeContainerInstancesResponse.Builder |
containerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
|
DescribeContainerInstancesResponse.Builder |
containerInstances(ContainerInstance... containerInstances)
The list of container instances.
|
DescribeContainerInstancesResponse.Builder |
failures(Collection<Failure> failures)
Any failures associated with the call.
|
DescribeContainerInstancesResponse.Builder |
failures(Failure... failures)
Any failures associated with the call.
|
buildcopyapply, buildDescribeContainerInstancesResponse.Builder containerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
containerInstances - The list of container instances.DescribeContainerInstancesResponse.Builder containerInstances(ContainerInstance... containerInstances)
The list of container instances.
containerInstances - The list of container instances.DescribeContainerInstancesResponse.Builder failures(Collection<Failure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.DescribeContainerInstancesResponse.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.