public static interface ListInstancesResponse.Builder extends EMRResponse.Builder, CopyableBuilder<ListInstancesResponse.Builder,ListInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse.Builder |
instances(Collection<Instance> instances)
The list of instances for the cluster and given filters.
|
ListInstancesResponse.Builder |
instances(Instance... instances)
The list of instances for the cluster and given filters.
|
ListInstancesResponse.Builder |
marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
buildcopyapply, buildListInstancesResponse.Builder instances(Collection<Instance> instances)
The list of instances for the cluster and given filters.
instances - The list of instances for the cluster and given filters.ListInstancesResponse.Builder instances(Instance... instances)
The list of instances for the cluster and given filters.
instances - The list of instances for the cluster and given filters.ListInstancesResponse.Builder marker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker - The pagination token that indicates the next set of results to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.