public static interface ListInstanceGroupsResponse.Builder extends EmrResponse.Builder, SdkPojo, 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(Consumer<InstanceGroup.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 instanceGroups(Consumer<InstanceGroup.Builder>... instanceGroups)
The list of instance groups for the cluster and given filters.
This is a convenience method that creates an instance of theInstanceGroup.Builder avoiding the need to create one
manually via InstanceGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #instanceGroups(List.
instanceGroups - a consumer that will call methods on
InstanceGroup.Builder#instanceGroups(java.util.Collection) 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 © 2022. All rights reserved.