public static interface CreateAliasRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<CreateAliasRequest.Builder,CreateAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAliasRequest.Builder |
description(String description)
A human-readable description of the alias.
|
CreateAliasRequest.Builder |
name(String name)
A descriptive label that is associated with an alias.
|
CreateAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateAliasRequest.Builder |
routingStrategy(Consumer<RoutingStrategy.Builder> routingStrategy)
The routing configuration, including routing type and fleet target, for the alias.
|
CreateAliasRequest.Builder |
routingStrategy(RoutingStrategy routingStrategy)
The routing configuration, including routing type and fleet target, for the alias.
|
CreateAliasRequest.Builder |
tags(Collection<Tag> tags)
A list of labels to assign to the new alias resource.
|
CreateAliasRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new alias resource.
|
CreateAliasRequest.Builder |
tags(Tag... tags)
A list of labels to assign to the new alias resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAliasRequest.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.CreateAliasRequest.Builder description(String description)
A human-readable description of the alias.
description - A human-readable description of the alias.CreateAliasRequest.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 CreateAliasRequest.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)CreateAliasRequest.Builder tags(Collection<Tag> tags)
A list of labels to assign to the new alias resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
tags - A list of labels to assign to the new alias resource. Tags are developer-defined key-value pairs.
Tagging Amazon Web Services resources are useful for resource management, access management and cost
allocation. For more information, see Tagging Amazon Web Services
Resources in the Amazon Web Services General Reference.CreateAliasRequest.Builder tags(Tag... tags)
A list of labels to assign to the new alias resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
tags - A list of labels to assign to the new alias resource. Tags are developer-defined key-value pairs.
Tagging Amazon Web Services resources are useful for resource management, access management and cost
allocation. For more information, see Tagging Amazon Web Services
Resources in the Amazon Web Services General Reference.CreateAliasRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of labels to assign to the new alias resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.