public static interface DescribeFleetAttributesRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeFleetAttributesRequest.Builder,DescribeFleetAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAttributesRequest.Builder |
fleetIds(Collection<String> fleetIds)
A list of unique fleet identifiers to retrieve attributes for.
|
DescribeFleetAttributesRequest.Builder |
fleetIds(String... fleetIds)
A list of unique fleet identifiers to retrieve attributes for.
|
DescribeFleetAttributesRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
DescribeFleetAttributesRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
DescribeFleetAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFleetAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFleetAttributesRequest.Builder fleetIds(Collection<String> fleetIds)
A list of unique fleet identifiers to retrieve attributes for. You can use either the fleet ID or ARN value. To retrieve attributes for all current fleets, do not include this parameter.
fleetIds - A list of unique fleet identifiers to retrieve attributes for. You can use either the fleet ID or ARN
value. To retrieve attributes for all current fleets, do not include this parameter.DescribeFleetAttributesRequest.Builder fleetIds(String... fleetIds)
A list of unique fleet identifiers to retrieve attributes for. You can use either the fleet ID or ARN value. To retrieve attributes for all current fleets, do not include this parameter.
fleetIds - A list of unique fleet identifiers to retrieve attributes for. You can use either the fleet ID or ARN
value. To retrieve attributes for all current fleets, do not include this parameter.DescribeFleetAttributesRequest.Builder limit(Integer limit)
The 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 - The 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)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning 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 - A token that indicates the start of the next sequential page of results. Use the token that is
returned with a previous call to this operation. To start at the beginning of the result set, do not
specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.DescribeFleetAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFleetAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.