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