@Stability(value=Stable) public static final class CfnListenerRuleProps.Builder extends Object implements software.amazon.jsii.Builder<CfnListenerRuleProps>
CfnListenerRuleProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnListenerRuleProps.Builder |
actions(IResolvable actions)
Sets the value of
CfnListenerRuleProps.getActions() |
CfnListenerRuleProps.Builder |
actions(List<? extends Object> actions)
Sets the value of
CfnListenerRuleProps.getActions() |
CfnListenerRuleProps |
build()
Builds the configured instance.
|
CfnListenerRuleProps.Builder |
conditions(IResolvable conditions)
Sets the value of
CfnListenerRuleProps.getConditions() |
CfnListenerRuleProps.Builder |
conditions(List<? extends Object> conditions)
Sets the value of
CfnListenerRuleProps.getConditions() |
CfnListenerRuleProps.Builder |
listenerArn(String listenerArn)
Sets the value of
CfnListenerRuleProps.getListenerArn() |
CfnListenerRuleProps.Builder |
priority(Number priority)
Sets the value of
CfnListenerRuleProps.getPriority() |
@Stability(value=Stable) public CfnListenerRuleProps.Builder actions(IResolvable actions)
CfnListenerRuleProps.getActions()actions - `AWS::ElasticLoadBalancingV2::ListenerRule.Actions`. This parameter is required.this@Stability(value=Stable) public CfnListenerRuleProps.Builder actions(List<? extends Object> actions)
CfnListenerRuleProps.getActions()actions - `AWS::ElasticLoadBalancingV2::ListenerRule.Actions`. This parameter is required.this@Stability(value=Stable) public CfnListenerRuleProps.Builder conditions(IResolvable conditions)
CfnListenerRuleProps.getConditions()conditions - `AWS::ElasticLoadBalancingV2::ListenerRule.Conditions`. This parameter is required.this@Stability(value=Stable) public CfnListenerRuleProps.Builder conditions(List<? extends Object> conditions)
CfnListenerRuleProps.getConditions()conditions - `AWS::ElasticLoadBalancingV2::ListenerRule.Conditions`. This parameter is required.this@Stability(value=Stable) public CfnListenerRuleProps.Builder listenerArn(String listenerArn)
CfnListenerRuleProps.getListenerArn()listenerArn - `AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn`. This parameter is required.this@Stability(value=Stable) public CfnListenerRuleProps.Builder priority(Number priority)
CfnListenerRuleProps.getPriority()priority - `AWS::ElasticLoadBalancingV2::ListenerRule.Priority`. This parameter is required.this@Stability(value=Stable) public CfnListenerRuleProps build()
build in interface software.amazon.jsii.Builder<CfnListenerRuleProps>CfnListenerRulePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.