CopyableBuilder<ListAssociatedFleetsResponse.Builder,ListAssociatedFleetsResponse>
, SdkBuilder<ListAssociatedFleetsResponse.Builder,ListAssociatedFleetsResponse>
public static interface ListAssociatedFleetsResponse.Builder extends CopyableBuilder<ListAssociatedFleetsResponse.Builder,ListAssociatedFleetsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListAssociatedFleetsResponse.Builder |
names(String... names) |
The names of associated fleets.
|
ListAssociatedFleetsResponse.Builder |
names(Collection<String> names) |
The names of associated fleets.
|
ListAssociatedFleetsResponse.Builder |
nextToken(String nextToken) |
The pagination token to use to retrieve the next page of results for this operation.
|
copy
apply, build
ListAssociatedFleetsResponse.Builder names(Collection<String> names)
The names of associated fleets.
names
- The names of associated fleets.ListAssociatedFleetsResponse.Builder names(String... names)
The names of associated fleets.
NOTE: This method appends the values to the existing list (if any). Use
#setNames(java.util.Collection)
or #withNames(java.util.Collection)
if you want to override
the existing values.
names
- The names of associated 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.