Class CfnRoutingRulePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnRoutingRulePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRoutingRulePropsMixin>
- Enclosing class:
CfnRoutingRulePropsMixin
@Stability(Stable)
public static final class CfnRoutingRulePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRoutingRulePropsMixin>
A fluent builder for
CfnRoutingRulePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe resulting action based on matching a routing rules condition.actions(IResolvable actions) The resulting action based on matching a routing rules condition.build()conditions(List<? extends Object> conditions) The conditions of the routing rule.conditions(IResolvable conditions) The conditions of the routing rule.create()create(CfnPropertyMixinOptions options) domainNameArn(String domainNameArn) The ARN of the domain name.The order in which API Gateway evaluates a rule.
-
Method Details
-
create
@Stability(Stable) public static CfnRoutingRulePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRoutingRulePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRoutingRulePropsMixin.Builder.
-
actions
The resulting action based on matching a routing rules condition.Only InvokeApi is supported.
- Parameters:
actions- The resulting action based on matching a routing rules condition. This parameter is required.- Returns:
this- See Also:
-
actions
The resulting action based on matching a routing rules condition.Only InvokeApi is supported.
- Parameters:
actions- The resulting action based on matching a routing rules condition. This parameter is required.- Returns:
this- See Also:
-
conditions
The conditions of the routing rule.- Parameters:
conditions- The conditions of the routing rule. This parameter is required.- Returns:
this- See Also:
-
conditions
@Stability(Stable) public CfnRoutingRulePropsMixin.Builder conditions(List<? extends Object> conditions) The conditions of the routing rule.- Parameters:
conditions- The conditions of the routing rule. This parameter is required.- Returns:
this- See Also:
-
domainNameArn
The ARN of the domain name.- Parameters:
domainNameArn- The ARN of the domain name. This parameter is required.- Returns:
this- See Also:
-
priority
The order in which API Gateway evaluates a rule.Priority is evaluated from the lowest value to the highest value. Rules can't have the same priority. Priority values 1-1,000,000 are supported.
- Parameters:
priority- The order in which API Gateway evaluates a rule. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRoutingRulePropsMixin>- Returns:
- a newly built instance of
CfnRoutingRulePropsMixin.
-