CopyableBuilder<DescribeFleetsRequest.Builder,DescribeFleetsRequest>
, SdkBuilder<DescribeFleetsRequest.Builder,DescribeFleetsRequest>
public static interface DescribeFleetsRequest.Builder extends CopyableBuilder<DescribeFleetsRequest.Builder,DescribeFleetsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeFleetsRequest.Builder |
names(String... names) |
The fleet names to describe.
|
DescribeFleetsRequest.Builder |
names(Collection<String> names) |
The fleet names to describe.
|
DescribeFleetsRequest.Builder |
nextToken(String nextToken) |
The pagination token to use to retrieve the next page of results for this operation.
|
copy
apply, build
DescribeFleetsRequest.Builder names(Collection<String> names)
The fleet names to describe. Use null to describe all the fleets for the AWS account.
names
- The fleet names to describe. Use null to describe all the fleets for the AWS account.DescribeFleetsRequest.Builder names(String... names)
The fleet names to describe. Use null to describe all the fleets for the AWS account.
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 fleet names to describe. Use null to describe all the fleets for the AWS account.DescribeFleetsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.