public static interface ListAssociatedFleetsResponse.Builder extends AppStreamResponse.Builder, CopyableBuilder<ListAssociatedFleetsResponse.Builder,ListAssociatedFleetsResponse>
Modifier and Type | Method and Description |
---|---|
ListAssociatedFleetsResponse.Builder |
names(Collection<String> names)
The names of the fleets.
|
ListAssociatedFleetsResponse.Builder |
names(String... names)
The names of the fleets.
|
ListAssociatedFleetsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
ListAssociatedFleetsResponse.Builder names(Collection<String> names)
The names of the fleets.
names
- The names of the fleets.ListAssociatedFleetsResponse.Builder names(String... names)
The names of the fleets.
names
- The names of the fleets.ListAssociatedFleetsResponse.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.