@Stability(value=Stable) public static final class CfnListener.Builder extends Object implements software.amazon.jsii.Builder<CfnListener>
CfnListener.| Modifier and Type | Method and Description |
|---|---|
CfnListener.Builder |
acceleratorArn(String acceleratorArn)
`AWS::GlobalAccelerator::Listener.AcceleratorArn`.
|
CfnListener |
build() |
CfnListener.Builder |
clientAffinity(String clientAffinity)
`AWS::GlobalAccelerator::Listener.ClientAffinity`.
|
static CfnListener.Builder |
create(software.constructs.Construct scope,
String id) |
CfnListener.Builder |
portRanges(IResolvable portRanges)
`AWS::GlobalAccelerator::Listener.PortRanges`.
|
CfnListener.Builder |
portRanges(List<? extends Object> portRanges)
`AWS::GlobalAccelerator::Listener.PortRanges`.
|
CfnListener.Builder |
protocol(String protocol)
`AWS::GlobalAccelerator::Listener.Protocol`.
|
@Stability(value=Stable) public static CfnListener.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.CfnListener.PortRangeProperty.Builder.@Stability(value=Stable) public CfnListener.Builder acceleratorArn(String acceleratorArn)
acceleratorArn - `AWS::GlobalAccelerator::Listener.AcceleratorArn`. This parameter is required.this@Stability(value=Stable) public CfnListener.Builder portRanges(IResolvable portRanges)
portRanges - `AWS::GlobalAccelerator::Listener.PortRanges`. This parameter is required.this@Stability(value=Stable) public CfnListener.Builder portRanges(List<? extends Object> portRanges)
portRanges - `AWS::GlobalAccelerator::Listener.PortRanges`. This parameter is required.this@Stability(value=Stable) public CfnListener.Builder protocol(String protocol)
protocol - `AWS::GlobalAccelerator::Listener.Protocol`. This parameter is required.this@Stability(value=Stable) public CfnListener.Builder clientAffinity(String clientAffinity)
clientAffinity - `AWS::GlobalAccelerator::Listener.ClientAffinity`. This parameter is required.this@Stability(value=Stable) public CfnListener build()
build in interface software.amazon.jsii.Builder<CfnListener>Copyright © 2021. All rights reserved.