@Stability(value=Stable) public static final class CfnListenerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnListenerProps>
CfnListenerProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnListenerProps.Builder defaultActions(IResolvable defaultActions)
CfnListenerProps.getDefaultActions()defaultActions - `AWS::ElasticLoadBalancingV2::Listener.DefaultActions`. This parameter is required.this@Stability(value=Stable) public CfnListenerProps.Builder defaultActions(List<? extends Object> defaultActions)
CfnListenerProps.getDefaultActions()defaultActions - `AWS::ElasticLoadBalancingV2::Listener.DefaultActions`. This parameter is required.this@Stability(value=Stable) public CfnListenerProps.Builder loadBalancerArn(String loadBalancerArn)
CfnListenerProps.getLoadBalancerArn()loadBalancerArn - `AWS::ElasticLoadBalancingV2::Listener.LoadBalancerArn`. This parameter is required.this@Stability(value=Stable) public CfnListenerProps.Builder alpnPolicy(List<String> alpnPolicy)
CfnListenerProps.getAlpnPolicy()alpnPolicy - `AWS::ElasticLoadBalancingV2::Listener.AlpnPolicy`.this@Stability(value=Stable) public CfnListenerProps.Builder certificates(IResolvable certificates)
CfnListenerProps.getCertificates()certificates - `AWS::ElasticLoadBalancingV2::Listener.Certificates`.this@Stability(value=Stable) public CfnListenerProps.Builder certificates(List<? extends Object> certificates)
CfnListenerProps.getCertificates()certificates - `AWS::ElasticLoadBalancingV2::Listener.Certificates`.this@Stability(value=Stable) public CfnListenerProps.Builder port(Number port)
CfnListenerProps.getPort()port - `AWS::ElasticLoadBalancingV2::Listener.Port`.this@Stability(value=Stable) public CfnListenerProps.Builder protocol(String protocol)
CfnListenerProps.getProtocol()protocol - `AWS::ElasticLoadBalancingV2::Listener.Protocol`.this@Stability(value=Stable) public CfnListenerProps.Builder sslPolicy(String sslPolicy)
CfnListenerProps.getSslPolicy()sslPolicy - `AWS::ElasticLoadBalancingV2::Listener.SslPolicy`.this@Stability(value=Stable) public CfnListenerProps build()
build in interface software.amazon.jsii.Builder<CfnListenerProps>CfnListenerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.