Interface ProductionVariantRoutingConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProductionVariantRoutingConfig.Builder,
,ProductionVariantRoutingConfig> SdkBuilder<ProductionVariantRoutingConfig.Builder,
,ProductionVariantRoutingConfig> SdkPojo
- Enclosing class:
ProductionVariantRoutingConfig
-
Method Summary
Modifier and TypeMethodDescriptionroutingStrategy
(String routingStrategy) Sets how the endpoint routes incoming traffic:routingStrategy
(RoutingStrategy routingStrategy) Sets how the endpoint routes incoming traffic:Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
routingStrategy
Sets how the endpoint routes incoming traffic:
-
LEAST_OUTSTANDING_REQUESTS
: The endpoint routes requests to the specific instances that have more capacity to process them. -
RANDOM
: The endpoint routes each request to a randomly chosen instance.
- Parameters:
routingStrategy
- Sets how the endpoint routes incoming traffic:-
LEAST_OUTSTANDING_REQUESTS
: The endpoint routes requests to the specific instances that have more capacity to process them. -
RANDOM
: The endpoint routes each request to a randomly chosen instance.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
routingStrategy
Sets how the endpoint routes incoming traffic:
-
LEAST_OUTSTANDING_REQUESTS
: The endpoint routes requests to the specific instances that have more capacity to process them. -
RANDOM
: The endpoint routes each request to a randomly chosen instance.
- Parameters:
routingStrategy
- Sets how the endpoint routes incoming traffic:-
LEAST_OUTSTANDING_REQUESTS
: The endpoint routes requests to the specific instances that have more capacity to process them. -
RANDOM
: The endpoint routes each request to a randomly chosen instance.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-