public static interface AwsElbLoadBalancerListener.Builder extends SdkPojo, CopyableBuilder<AwsElbLoadBalancerListener.Builder,AwsElbLoadBalancerListener>
| Modifier and Type | Method and Description |
|---|---|
AwsElbLoadBalancerListener.Builder |
instancePort(Integer instancePort)
The port on which the instance is listening.
|
AwsElbLoadBalancerListener.Builder |
instanceProtocol(String instanceProtocol)
The protocol to use to route traffic to instances.
|
AwsElbLoadBalancerListener.Builder |
loadBalancerPort(Integer loadBalancerPort)
The port on which the load balancer is listening.
|
AwsElbLoadBalancerListener.Builder |
protocol(String protocol)
The load balancer transport protocol to use for routing.
|
AwsElbLoadBalancerListener.Builder |
sslCertificateId(String sslCertificateId)
The ARN of the server certificate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsElbLoadBalancerListener.Builder instancePort(Integer instancePort)
The port on which the instance is listening.
instancePort - The port on which the instance is listening.AwsElbLoadBalancerListener.Builder instanceProtocol(String instanceProtocol)
The protocol to use to route traffic to instances.
Valid values: HTTP | HTTPS | TCP | SSL
instanceProtocol - The protocol to use to route traffic to instances.
Valid values: HTTP | HTTPS | TCP | SSL
AwsElbLoadBalancerListener.Builder loadBalancerPort(Integer loadBalancerPort)
The port on which the load balancer is listening.
On EC2-VPC, you can specify any port from the range 1-65535.
On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
loadBalancerPort - The port on which the load balancer is listening.
On EC2-VPC, you can specify any port from the range 1-65535.
On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
AwsElbLoadBalancerListener.Builder protocol(String protocol)
The load balancer transport protocol to use for routing.
Valid values: HTTP | HTTPS | TCP | SSL
protocol - The load balancer transport protocol to use for routing.
Valid values: HTTP | HTTPS | TCP | SSL
AwsElbLoadBalancerListener.Builder sslCertificateId(String sslCertificateId)
The ARN of the server certificate.
sslCertificateId - The ARN of the server certificate.Copyright © 2023. All rights reserved.