Class Listener
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.Listener
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Listener.Builder,Listener>
@Generated("software.amazon.awssdk:codegen") public final class Listener extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Listener.Builder,Listener>
An object that represents a listener for a virtual node.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListener.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Listener.Builderbuilder()VirtualNodeConnectionPoolconnectionPool()The connection pool information for the listener.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HealthCheckPolicyhealthCheck()The health check information for the listener.OutlierDetectionoutlierDetection()The outlier detection information for the listener.PortMappingportMapping()The port mapping information for the listener.List<SdkField<?>>sdkFields()static Class<? extends Listener.Builder>serializableBuilderClass()ListenerTimeouttimeout()An object that represents timeouts for different protocols.ListenerTlstls()A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.Listener.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
-
connectionPool
public final VirtualNodeConnectionPool connectionPool()
The connection pool information for the listener.
- Returns:
- The connection pool information for the listener.
-
healthCheck
public final HealthCheckPolicy healthCheck()
The health check information for the listener.
- Returns:
- The health check information for the listener.
-
outlierDetection
public final OutlierDetection outlierDetection()
The outlier detection information for the listener.
- Returns:
- The outlier detection information for the listener.
-
portMapping
public final PortMapping portMapping()
The port mapping information for the listener.
- Returns:
- The port mapping information for the listener.
-
timeout
public final ListenerTimeout timeout()
An object that represents timeouts for different protocols.
- Returns:
- An object that represents timeouts for different protocols.
-
tls
public final ListenerTls tls()
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
- Returns:
- A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
-
toBuilder
public Listener.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Listener.Builder,Listener>
-
builder
public static Listener.Builder builder()
-
serializableBuilderClass
public static Class<? extends Listener.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.
-
-