CopyableBuilder<DescribeContainerInstancesResponse.Builder,DescribeContainerInstancesResponse>, SdkBuilder<DescribeContainerInstancesResponse.Builder,DescribeContainerInstancesResponse>public static interface DescribeContainerInstancesResponse.Builder extends CopyableBuilder<DescribeContainerInstancesResponse.Builder,DescribeContainerInstancesResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setContainerInstances(java.util.Collection) or #withContainerInstances(java.util.Collection)
if you want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailures(java.util.Collection) or #withFailures(java.util.Collection) if you want to
override the existing values.
failures - Any failures associated with the call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.