public static interface ListAliasesRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAliasesRequest.Builder |
limit(Integer limit)
Maximum number of results to return.
|
ListAliasesRequest.Builder |
name(String name)
Descriptive label that is associated with an alias.
|
ListAliasesRequest.Builder |
nextToken(String nextToken)
Token that indicates the start of the next sequential page of results.
|
ListAliasesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListAliasesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListAliasesRequest.Builder |
routingStrategyType(RoutingStrategyType routingStrategyType)
Type of routing to filter results on.
|
ListAliasesRequest.Builder |
routingStrategyType(String routingStrategyType)
Type of routing to filter results on.
|
buildrequestOverrideConfigcopyapply, buildListAliasesRequest.Builder routingStrategyType(String routingStrategyType)
Type of routing to filter results on. Use this parameter to retrieve only aliases of a certain type. To retrieve all aliases, leave this parameter empty.
Possible routing types include the following:
SIMPLE -- The alias resolves to one specific fleet. Use this type when routing to active fleets.
TERMINAL -- The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a TerminalRoutingStrategyException with the RoutingStrategy message embedded.
routingStrategyType - Type of routing to filter results on. Use this parameter to retrieve only aliases of a certain type.
To retrieve all aliases, leave this parameter empty.
Possible routing types include the following:
SIMPLE -- The alias resolves to one specific fleet. Use this type when routing to active fleets.
TERMINAL -- The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a TerminalRoutingStrategyException with the RoutingStrategy message embedded.
RoutingStrategyType,
RoutingStrategyTypeListAliasesRequest.Builder routingStrategyType(RoutingStrategyType routingStrategyType)
Type of routing to filter results on. Use this parameter to retrieve only aliases of a certain type. To retrieve all aliases, leave this parameter empty.
Possible routing types include the following:
SIMPLE -- The alias resolves to one specific fleet. Use this type when routing to active fleets.
TERMINAL -- The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a TerminalRoutingStrategyException with the RoutingStrategy message embedded.
routingStrategyType - Type of routing to filter results on. Use this parameter to retrieve only aliases of a certain type.
To retrieve all aliases, leave this parameter empty.
Possible routing types include the following:
SIMPLE -- The alias resolves to one specific fleet. Use this type when routing to active fleets.
TERMINAL -- The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a TerminalRoutingStrategyException with the RoutingStrategy message embedded.
RoutingStrategyType,
RoutingStrategyTypeListAliasesRequest.Builder name(String name)
Descriptive label that is associated with an alias. Alias names do not need to be unique.
name - Descriptive label that is associated with an alias. Alias names do not need to be unique.ListAliasesRequest.Builder limit(Integer limit)
Maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
limit - Maximum number of results to return. Use this parameter with NextToken to get results as
a set of sequential pages.ListAliasesRequest.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 start at the beginning of the result set, do not specify a value.
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 start at the beginning of the result set, do not specify a
value.ListAliasesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListAliasesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.