public static interface DescribeInstancesResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeInstancesResponse.Builder,DescribeInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancesResponse.Builder |
instances(Collection<Instance> instances)
An array of
Instance objects that describe the instances. |
DescribeInstancesResponse.Builder |
instances(Instance... instances)
An array of
Instance objects that describe the instances. |
buildcopyapply, buildDescribeInstancesResponse.Builder instances(Collection<Instance> instances)
An array of Instance objects that describe the instances.
instances - An array of Instance objects that describe the instances.DescribeInstancesResponse.Builder instances(Instance... instances)
An array of Instance objects that describe the instances.
instances - An array of Instance objects that describe the instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.