Interface CreateAliasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAliasRequest.Builder,CreateAliasRequest>,GameLiftRequest.Builder,SdkBuilder<CreateAliasRequest.Builder,CreateAliasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAliasRequest
public static interface CreateAliasRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<CreateAliasRequest.Builder,CreateAliasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateAliasRequest.Builderdescription(String description)A human-readable description of the alias.CreateAliasRequest.Buildername(String name)A descriptive label that is associated with an alias.CreateAliasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAliasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateAliasRequest.BuilderroutingStrategy(Consumer<RoutingStrategy.Builder> routingStrategy)The routing configuration, including routing type and fleet target, for the alias.CreateAliasRequest.BuilderroutingStrategy(RoutingStrategy routingStrategy)The routing configuration, including routing type and fleet target, for the alias.CreateAliasRequest.Buildertags(Collection<Tag> tags)A list of labels to assign to the new alias resource.CreateAliasRequest.Buildertags(Consumer<Tag.Builder>... tags)A list of labels to assign to the new alias resource.CreateAliasRequest.Buildertags(Tag... tags)A list of labels to assign to the new alias resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
CreateAliasRequest.Builder name(String name)
A descriptive label that is associated with an alias. Alias names do not need to be unique.
- Parameters:
name- A descriptive label that is associated with an alias. Alias names do not need to be unique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateAliasRequest.Builder description(String description)
A human-readable description of the alias.
- Parameters:
description- A human-readable description of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingStrategy
CreateAliasRequest.Builder routingStrategy(RoutingStrategy routingStrategy)
The routing configuration, including routing type and fleet target, for the alias.
- Parameters:
routingStrategy- The routing configuration, including routing type and fleet target, for the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingStrategy
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.Builderavoiding the need to create one manually viaRoutingStrategy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toroutingStrategy(RoutingStrategy).- Parameters:
routingStrategy- a consumer that will call methods onRoutingStrategy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
routingStrategy(RoutingStrategy)
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-