@Stability(value=Stable) public static final class CfnListenerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnListenerProps>
CfnListenerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnListenerProps.Builder |
acceleratorArn(String acceleratorArn)
Sets the value of
CfnListenerProps.getAcceleratorArn() |
CfnListenerProps |
build()
Builds the configured instance.
|
CfnListenerProps.Builder |
clientAffinity(String clientAffinity)
Sets the value of
CfnListenerProps.getClientAffinity() |
CfnListenerProps.Builder |
portRanges(IResolvable portRanges)
Sets the value of
CfnListenerProps.getPortRanges() |
CfnListenerProps.Builder |
portRanges(List<? extends Object> portRanges)
Sets the value of
CfnListenerProps.getPortRanges() |
CfnListenerProps.Builder |
protocol(String protocol)
Sets the value of
CfnListenerProps.getProtocol() |
@Stability(value=Stable) public CfnListenerProps.Builder acceleratorArn(String acceleratorArn)
CfnListenerProps.getAcceleratorArn()acceleratorArn - `AWS::GlobalAccelerator::Listener.AcceleratorArn`. This parameter is required.this@Stability(value=Stable) public CfnListenerProps.Builder portRanges(IResolvable portRanges)
CfnListenerProps.getPortRanges()portRanges - `AWS::GlobalAccelerator::Listener.PortRanges`. This parameter is required.this@Stability(value=Stable) public CfnListenerProps.Builder portRanges(List<? extends Object> portRanges)
CfnListenerProps.getPortRanges()portRanges - `AWS::GlobalAccelerator::Listener.PortRanges`. This parameter is required.this@Stability(value=Stable) public CfnListenerProps.Builder protocol(String protocol)
CfnListenerProps.getProtocol()protocol - `AWS::GlobalAccelerator::Listener.Protocol`. This parameter is required.this@Stability(value=Stable) public CfnListenerProps.Builder clientAffinity(String clientAffinity)
CfnListenerProps.getClientAffinity()clientAffinity - `AWS::GlobalAccelerator::Listener.ClientAffinity`.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.