Class CfnAliasPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnAliasPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAliasPropsMixin>
- Enclosing class:
CfnAliasPropsMixin
@Stability(Stable)
public static final class CfnAliasPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAliasPropsMixin>
A fluent builder for
CfnAliasPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnAliasPropsMixin.Buildercreate()static CfnAliasPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) A human-readable description of the alias.A descriptive label that is associated with an alias.routingStrategy(CfnAliasPropsMixin.RoutingStrategyProperty routingStrategy) The routing configuration, including routing type and fleet target, for the alias.routingStrategy(IResolvable routingStrategy) The routing configuration, including routing type and fleet target, for the alias.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAliasPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAliasPropsMixin.Builder.
-
description
A human-readable description of the alias.- Parameters:
description- A human-readable description of the alias. This parameter is required.- Returns:
this- See Also:
-
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. This parameter is required.- Returns:
this- See Also:
-
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. This parameter is required.- Returns:
this- See Also:
-
routingStrategy
@Stability(Stable) public CfnAliasPropsMixin.Builder routingStrategy(CfnAliasPropsMixin.RoutingStrategyProperty 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. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAliasPropsMixin>- Returns:
- a newly built instance of
CfnAliasPropsMixin.
-