public static interface ListInstanceFleetsResponse.Builder extends EMRResponse.Builder, CopyableBuilder<ListInstanceFleetsResponse.Builder,ListInstanceFleetsResponse>
Modifier and Type | Method and Description |
---|---|
ListInstanceFleetsResponse.Builder |
instanceFleets(Collection<InstanceFleet> instanceFleets)
The list of instance fleets for the cluster and given filters.
|
ListInstanceFleetsResponse.Builder |
instanceFleets(InstanceFleet... instanceFleets)
The list of instance fleets for the cluster and given filters.
|
ListInstanceFleetsResponse.Builder |
marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
build
copy
apply, build
ListInstanceFleetsResponse.Builder instanceFleets(Collection<InstanceFleet> instanceFleets)
The list of instance fleets for the cluster and given filters.
instanceFleets
- The list of instance fleets for the cluster and given filters.ListInstanceFleetsResponse.Builder instanceFleets(InstanceFleet... instanceFleets)
The list of instance fleets for the cluster and given filters.
instanceFleets
- The list of instance fleets for the cluster and given filters.ListInstanceFleetsResponse.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.