CopyableBuilder<DescribeContainerInstancesRequest.Builder,DescribeContainerInstancesRequest>, SdkBuilder<DescribeContainerInstancesRequest.Builder,DescribeContainerInstancesRequest>public static interface DescribeContainerInstancesRequest.Builder extends CopyableBuilder<DescribeContainerInstancesRequest.Builder,DescribeContainerInstancesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeContainerInstancesRequest.Builder |
cluster(String cluster) |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to
describe.
|
DescribeContainerInstancesRequest.Builder |
containerInstances(String... containerInstances) |
A list of container instance IDs or full Amazon Resource Name (ARN) entries.
|
DescribeContainerInstancesRequest.Builder |
containerInstances(Collection<String> containerInstances) |
A list of container instance IDs or full Amazon Resource Name (ARN) entries.
|
copyapply, buildDescribeContainerInstancesRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe. If you do not specify a cluster, the default cluster is assumed.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to
describe. If you do not specify a cluster, the default cluster is assumed.DescribeContainerInstancesRequest.Builder containerInstances(Collection<String> containerInstances)
A list of container instance IDs or full Amazon Resource Name (ARN) entries.
containerInstances - A list of container instance IDs or full Amazon Resource Name (ARN) entries.DescribeContainerInstancesRequest.Builder containerInstances(String... containerInstances)
A list of container instance IDs or full Amazon Resource Name (ARN) entries.
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 - A list of container instance IDs or full Amazon Resource Name (ARN) entries.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.