public static final class LoadBalancerListener.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoadBalancerListener
software.amazon.jsii.JsiiObject.InitializationModeLoadBalancerListener.Builder, LoadBalancerListener.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
List<software.amazon.awscdk.services.ec2.IConnectable> |
getAllowConnectionsFrom()
Allow connections to the load balancer from the given set of connection peers
By default, connections will be allowed from anywhere.
|
Number |
getExternalPort()
External listening port
|
LoadBalancingProtocol |
getExternalProtocol()
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
Number |
getInternalPort()
Instance listening port
Same as the externalPort if not specified.
|
LoadBalancingProtocol |
getInternalProtocol()
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
List<String> |
getPolicyNames()
SSL policy names
|
String |
getSslCertificateId()
ID of SSL certificate
|
void |
setAllowConnectionsFrom(List<software.amazon.awscdk.services.ec2.IConnectable> value)
Allow connections to the load balancer from the given set of connection peers
By default, connections will be allowed from anywhere.
|
void |
setExternalPort(Number value)
External listening port
|
void |
setExternalProtocol(LoadBalancingProtocol value)
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
void |
setInternalPort(Number value)
Instance listening port
Same as the externalPort if not specified.
|
void |
setInternalProtocol(LoadBalancingProtocol value)
What public protocol to use for load balancing
Either 'tcp', 'ssl', 'http' or 'https'.
|
void |
setPolicyNames(List<String> value)
SSL policy names
|
void |
setSslCertificateId(String value)
ID of SSL certificate
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public Number getExternalPort()
getExternalPort in interface LoadBalancerListenerpublic void setExternalPort(Number value)
setExternalPort in interface LoadBalancerListener@Nullable public List<software.amazon.awscdk.services.ec2.IConnectable> getAllowConnectionsFrom()
getAllowConnectionsFrom in interface LoadBalancerListenerpublic void setAllowConnectionsFrom(@Nullable List<software.amazon.awscdk.services.ec2.IConnectable> value)
setAllowConnectionsFrom in interface LoadBalancerListener@Nullable public LoadBalancingProtocol getExternalProtocol()
getExternalProtocol in interface LoadBalancerListenerpublic void setExternalProtocol(@Nullable LoadBalancingProtocol value)
setExternalProtocol in interface LoadBalancerListener@Nullable public Number getInternalPort()
getInternalPort in interface LoadBalancerListenerpublic void setInternalPort(@Nullable Number value)
setInternalPort in interface LoadBalancerListener@Nullable public LoadBalancingProtocol getInternalProtocol()
getInternalProtocol in interface LoadBalancerListenerpublic void setInternalProtocol(@Nullable LoadBalancingProtocol value)
setInternalProtocol in interface LoadBalancerListener@Nullable public List<String> getPolicyNames()
getPolicyNames in interface LoadBalancerListenerpublic void setPolicyNames(@Nullable List<String> value)
setPolicyNames in interface LoadBalancerListener@Nullable public String getSslCertificateId()
getSslCertificateId in interface LoadBalancerListenerpublic void setSslCertificateId(@Nullable String value)
setSslCertificateId in interface LoadBalancerListenerCopyright © 2018. All rights reserved.