CopyableBuilder<ListInstanceGroupsResponse.Builder,ListInstanceGroupsResponse>, SdkBuilder<ListInstanceGroupsResponse.Builder,ListInstanceGroupsResponse>public static interface ListInstanceGroupsResponse.Builder extends CopyableBuilder<ListInstanceGroupsResponse.Builder,ListInstanceGroupsResponse>
| Modifier and Type | Method | 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. | 
copyapply, 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.
 NOTE: This method appends the values to the existing list (if any). Use
 #setInstanceGroups(java.util.Collection) or #withInstanceGroups(java.util.Collection) if you
 want to override the existing values.
 
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.