CopyableBuilder<DescribeFleetAttributesRequest.Builder,DescribeFleetAttributesRequest>, SdkBuilder<DescribeFleetAttributesRequest.Builder,DescribeFleetAttributesRequest>public static interface DescribeFleetAttributesRequest.Builder extends CopyableBuilder<DescribeFleetAttributesRequest.Builder,DescribeFleetAttributesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeFleetAttributesRequest.Builder |
fleetIds(String... fleetIds) |
Unique identifier for a fleet(s) to retrieve attributes for.
|
DescribeFleetAttributesRequest.Builder |
fleetIds(Collection<String> fleetIds) |
Unique identifier for a fleet(s) to retrieve attributes for.
|
DescribeFleetAttributesRequest.Builder |
limit(Integer limit) |
Maximum number of results to return.
|
DescribeFleetAttributesRequest.Builder |
nextToken(String nextToken) |
Token that indicates the start of the next sequential page of results.
|
copyapply, buildDescribeFleetAttributesRequest.Builder fleetIds(Collection<String> fleetIds)
Unique identifier for a fleet(s) to retrieve attributes for. To request attributes for all fleets, leave this parameter empty.
fleetIds - Unique identifier for a fleet(s) to retrieve attributes for. To request attributes for all fleets,
leave this parameter empty.DescribeFleetAttributesRequest.Builder fleetIds(String... fleetIds)
Unique identifier for a fleet(s) to retrieve attributes for. To request attributes for all fleets, leave this parameter empty.
NOTE: This method appends the values to the existing list (if any). Use
#setFleetIds(java.util.Collection) or #withFleetIds(java.util.Collection) if you want to
override the existing values.
fleetIds - Unique identifier for a fleet(s) to retrieve attributes for. To request attributes for all fleets,
leave this parameter empty.DescribeFleetAttributesRequest.Builder limit(Integer limit)
Maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.
limit - Maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet
IDs.DescribeFleetAttributesRequest.Builder nextToken(String nextToken)
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
nextToken - Token that indicates the start of the next sequential page of results. Use the token that is returned
with a previous call to this action. To specify the start of the result set, do not specify a value.
This parameter is ignored when the request specifies one or a list of fleet IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.