Class AwsElbLoadBalancerListener
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsElbLoadBalancerListener
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsElbLoadBalancerListener.Builder,AwsElbLoadBalancerListener>
@Generated("software.amazon.awssdk:codegen") public final class AwsElbLoadBalancerListener extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsElbLoadBalancerListener.Builder,AwsElbLoadBalancerListener>
Information about a load balancer listener.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsElbLoadBalancerListener.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsElbLoadBalancerListener.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerinstancePort()The port on which the instance is listening.StringinstanceProtocol()The protocol to use to route traffic to instances.IntegerloadBalancerPort()The port on which the load balancer is listening.Stringprotocol()The load balancer transport protocol to use for routing.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsElbLoadBalancerListener.Builder>serializableBuilderClass()StringsslCertificateId()The ARN of the server certificate.AwsElbLoadBalancerListener.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
instancePort
public final Integer instancePort()
The port on which the instance is listening.
- Returns:
- The port on which the instance is listening.
-
instanceProtocol
public final String instanceProtocol()
The protocol to use to route traffic to instances.
Valid values:
HTTP|HTTPS|TCP|SSL- Returns:
- The protocol to use to route traffic to instances.
Valid values:
HTTP|HTTPS|TCP|SSL
-
loadBalancerPort
public final 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.
- Returns:
- 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.
-
protocol
public final String protocol()
The load balancer transport protocol to use for routing.
Valid values:
HTTP|HTTPS|TCP|SSL- Returns:
- The load balancer transport protocol to use for routing.
Valid values:
HTTP|HTTPS|TCP|SSL
-
sslCertificateId
public final String sslCertificateId()
The ARN of the server certificate.
- Returns:
- The ARN of the server certificate.
-
toBuilder
public AwsElbLoadBalancerListener.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsElbLoadBalancerListener.Builder,AwsElbLoadBalancerListener>
-
builder
public static AwsElbLoadBalancerListener.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsElbLoadBalancerListener.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-