public static interface ListInstanceFleetsResponse.Builder extends EmrResponse.Builder, SdkPojo, 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(Consumer<InstanceFleet.Builder>... 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, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 instanceFleets(Consumer<InstanceFleet.Builder>... instanceFleets)
The list of instance fleets for the cluster and given filters.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #instanceFleets(List)
.instanceFleets
- a consumer that will call methods on List.Builder
#instanceFleets(List)
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.