public static interface UpdateAliasRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateAliasRequest.Builder,UpdateAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAliasRequest.Builder |
aliasId(String aliasId)
A unique identifier for the alias that you want to update.
|
UpdateAliasRequest.Builder |
description(String description)
A human-readable description of the alias.
|
UpdateAliasRequest.Builder |
name(String name)
A descriptive label that is associated with an alias.
|
UpdateAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateAliasRequest.Builder |
routingStrategy(Consumer<RoutingStrategy.Builder> routingStrategy)
The routing configuration, including routing type and fleet target, for the alias.
|
UpdateAliasRequest.Builder |
routingStrategy(RoutingStrategy routingStrategy)
The routing configuration, including routing type and fleet target, for the alias.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAliasRequest.Builder aliasId(String aliasId)
A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.
aliasId - A unique identifier for the alias that you want to update. You can use either the alias ID or ARN
value.UpdateAliasRequest.Builder name(String name)
A descriptive label that is associated with an alias. Alias names do not need to be unique.
name - A descriptive label that is associated with an alias. Alias names do not need to be unique.UpdateAliasRequest.Builder description(String description)
A human-readable description of the alias.
description - A human-readable description of the alias.UpdateAliasRequest.Builder routingStrategy(RoutingStrategy routingStrategy)
The routing configuration, including routing type and fleet target, for the alias.
routingStrategy - The routing configuration, including routing type and fleet target, for the alias.default UpdateAliasRequest.Builder routingStrategy(Consumer<RoutingStrategy.Builder> routingStrategy)
The routing configuration, including routing type and fleet target, for the alias.
This is a convenience method that creates an instance of theRoutingStrategy.Builder avoiding the
need to create one manually via RoutingStrategy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to routingStrategy(RoutingStrategy).
routingStrategy - a consumer that will call methods on RoutingStrategy.BuilderroutingStrategy(RoutingStrategy)UpdateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.