CopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
, SdkBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
public static interface ListAliasesRequest.Builder extends CopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
Modifier and Type | Method | 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 |
routingStrategyType(String routingStrategyType) |
Type of routing to filter results on.
|
ListAliasesRequest.Builder |
routingStrategyType(RoutingStrategyType routingStrategyType) |
Type of routing to filter results on.
|
copy
apply, build
ListAliasesRequest.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
ListAliasesRequest.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
ListAliasesRequest.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 specify the start 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 specify the start of the result set, do not specify a value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.