@Stability(value=Stable) public static final class CfnListenerRule.Builder extends Object implements software.amazon.jsii.Builder<CfnListenerRule>
CfnListenerRule.| Modifier and Type | Method and Description |
|---|---|
CfnListenerRule.Builder |
actions(IResolvable actions)
`AWS::ElasticLoadBalancingV2::ListenerRule.Actions`.
|
CfnListenerRule.Builder |
actions(List<? extends Object> actions)
`AWS::ElasticLoadBalancingV2::ListenerRule.Actions`.
|
CfnListenerRule |
build() |
CfnListenerRule.Builder |
conditions(IResolvable conditions)
`AWS::ElasticLoadBalancingV2::ListenerRule.Conditions`.
|
CfnListenerRule.Builder |
conditions(List<? extends Object> conditions)
`AWS::ElasticLoadBalancingV2::ListenerRule.Conditions`.
|
static CfnListenerRule.Builder |
create(software.constructs.Construct scope,
String id) |
CfnListenerRule.Builder |
listenerArn(String listenerArn)
`AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn`.
|
CfnListenerRule.Builder |
priority(Number priority)
`AWS::ElasticLoadBalancingV2::ListenerRule.Priority`.
|
@Stability(value=Stable) public static CfnListenerRule.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnListenerRule.ActionProperty.Builder.@Stability(value=Stable) public CfnListenerRule.Builder actions(IResolvable actions)
actions - `AWS::ElasticLoadBalancingV2::ListenerRule.Actions`. This parameter is required.this@Stability(value=Stable) public CfnListenerRule.Builder actions(List<? extends Object> actions)
actions - `AWS::ElasticLoadBalancingV2::ListenerRule.Actions`. This parameter is required.this@Stability(value=Stable) public CfnListenerRule.Builder conditions(IResolvable conditions)
conditions - `AWS::ElasticLoadBalancingV2::ListenerRule.Conditions`. This parameter is required.this@Stability(value=Stable) public CfnListenerRule.Builder conditions(List<? extends Object> conditions)
conditions - `AWS::ElasticLoadBalancingV2::ListenerRule.Conditions`. This parameter is required.this@Stability(value=Stable) public CfnListenerRule.Builder listenerArn(String listenerArn)
listenerArn - `AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn`. This parameter is required.this@Stability(value=Stable) public CfnListenerRule.Builder priority(Number priority)
priority - `AWS::ElasticLoadBalancingV2::ListenerRule.Priority`. This parameter is required.this@Stability(value=Stable) public CfnListenerRule build()
build in interface software.amazon.jsii.Builder<CfnListenerRule>Copyright © 2021. All rights reserved.