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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstanceFleetsResponse.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 method that creates an instance of theInstanceFleet.Builder avoiding the need to create one
manually via InstanceFleet.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #instanceFleets(List.
instanceFleets - a consumer that will call methods on
InstanceFleet.Builder#instanceFleets(java.util.Collection) 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 © 2023. All rights reserved.