public static interface DescribeFleetsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeFleetsResponse.Builder,DescribeFleetsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeFleetsResponse.Builder |
fleets(Collection<Fleet> fleets)
Information about the fleets.
|
DescribeFleetsResponse.Builder |
fleets(Consumer<Fleet.Builder>... fleets)
Information about the fleets.
|
DescribeFleetsResponse.Builder |
fleets(Fleet... fleets)
Information about the fleets.
|
DescribeFleetsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeFleetsResponse.Builder fleets(Collection<Fleet> fleets)
Information about the fleets.
fleets
- Information about the fleets.DescribeFleetsResponse.Builder fleets(Fleet... fleets)
Information about the fleets.
fleets
- Information about the fleets.DescribeFleetsResponse.Builder fleets(Consumer<Fleet.Builder>... fleets)
Information about 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 #fleets(List)
.fleets
- a consumer that will call methods on List.Builder
#fleets(List)
DescribeFleetsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.