public static interface ListFleetsResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
Modifier and Type | Method and Description |
---|---|
ListFleetsResponse.Builder |
fleetDetails(Collection<Fleet> fleetDetails)
A list of fleet details meeting the request criteria.
|
ListFleetsResponse.Builder |
fleetDetails(Consumer<Fleet.Builder>... fleetDetails)
A list of fleet details meeting the request criteria.
|
ListFleetsResponse.Builder |
fleetDetails(Fleet... fleetDetails)
A list of fleet details meeting the request criteria.
|
ListFleetsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListDeploymentJobs request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListFleetsResponse.Builder fleetDetails(Collection<Fleet> fleetDetails)
A list of fleet details meeting the request criteria.
fleetDetails
- A list of fleet details meeting the request criteria.ListFleetsResponse.Builder fleetDetails(Fleet... fleetDetails)
A list of fleet details meeting the request criteria.
fleetDetails
- A list of fleet details meeting the request criteria.ListFleetsResponse.Builder fleetDetails(Consumer<Fleet.Builder>... fleetDetails)
A list of fleet details meeting the request criteria.
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 #fleetDetails(List)
.fleetDetails
- a consumer that will call methods on List.Builder
#fleetDetails(List)
ListFleetsResponse.Builder nextToken(String nextToken)
The nextToken
value to include in a future ListDeploymentJobs
request. When the
results of a ListFleets
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListDeploymentJobs
request. When
the results of a ListFleets
request exceed maxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more
results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.