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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetsResponse.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 method that creates an instance of theFleet.Builder avoiding the need to create one
manually via Fleet.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #fleets(List.
fleets - a consumer that will call methods on
Fleet.Builder#fleets(java.util.Collection) 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 © 2023. All rights reserved.