public static interface ListFleetsResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFleetsResponse.Builder |
fleetSummaryList(Collection<FleetSummary> fleetSummaryList)
The summary list of the fleets.
|
ListFleetsResponse.Builder |
fleetSummaryList(Consumer<FleetSummary.Builder>... fleetSummaryList)
The summary list of the fleets.
|
ListFleetsResponse.Builder |
fleetSummaryList(FleetSummary... fleetSummaryList)
The summary list of the fleets.
|
ListFleetsResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFleetsResponse.Builder fleetSummaryList(Collection<FleetSummary> fleetSummaryList)
The summary list of the fleets.
fleetSummaryList - The summary list of the fleets.ListFleetsResponse.Builder fleetSummaryList(FleetSummary... fleetSummaryList)
The summary list of the fleets.
fleetSummaryList - The summary list of the fleets.ListFleetsResponse.Builder fleetSummaryList(Consumer<FleetSummary.Builder>... fleetSummaryList)
The summary list of the fleets.
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 #fleetSummaryList(List) .fleetSummaryList - a consumer that will call methods on List.Builder #fleetSummaryList(List) ListFleetsResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2022. All rights reserved.