public static interface ListInstanceGroupsResponse.Builder extends EMRResponse.Builder, CopyableBuilder<ListInstanceGroupsResponse.Builder,ListInstanceGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInstanceGroupsResponse.Builder |
instanceGroups(Collection<InstanceGroup> instanceGroups)
The list of instance groups for the cluster and given filters.
|
ListInstanceGroupsResponse.Builder |
instanceGroups(InstanceGroup... instanceGroups)
The list of instance groups for the cluster and given filters.
|
ListInstanceGroupsResponse.Builder |
marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
buildcopyapply, buildListInstanceGroupsResponse.Builder instanceGroups(Collection<InstanceGroup> instanceGroups)
The list of instance groups for the cluster and given filters.
instanceGroups - The list of instance groups for the cluster and given filters.ListInstanceGroupsResponse.Builder instanceGroups(InstanceGroup... instanceGroups)
The list of instance groups for the cluster and given filters.
instanceGroups - The list of instance groups for the cluster and given filters.ListInstanceGroupsResponse.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.