public static interface ListLocationsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<ListLocationsRequest.Builder,ListLocationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLocationsRequest.Builder |
filters(Collection<LocationFilter> filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest.Builder |
filters(LocationFilter... filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest.Builder |
filtersWithStrings(Collection<String> filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest.Builder |
filtersWithStrings(String... filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
ListLocationsRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
ListLocationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLocationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLocationsRequest.Builder filtersWithStrings(Collection<String> filters)
Filters the list for AWS or CUSTOM locations.
filters - Filters the list for AWS or CUSTOM locations.ListLocationsRequest.Builder filtersWithStrings(String... filters)
Filters the list for AWS or CUSTOM locations.
filters - Filters the list for AWS or CUSTOM locations.ListLocationsRequest.Builder filters(Collection<LocationFilter> filters)
Filters the list for AWS or CUSTOM locations.
filters - Filters the list for AWS or CUSTOM locations.ListLocationsRequest.Builder filters(LocationFilter... filters)
Filters the list for AWS or CUSTOM locations.
filters - Filters the list for AWS or CUSTOM locations.ListLocationsRequest.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.
limit - The maximum number of results to return. Use this parameter with NextToken to get results
as a set of sequential pages.ListLocationsRequest.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.
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.ListLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.