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 method that creates an instance of theFleetSummary.Builder avoiding the need to create one
manually via FleetSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #fleetSummaryList(List.
fleetSummaryList - a consumer that will call methods on
FleetSummary.Builder#fleetSummaryList(java.util.Collection) 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.