Class TlsConfig
- java.lang.Object
-
- software.amazon.awssdk.services.apigatewayv2.model.TlsConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TlsConfig.Builder,TlsConfig>
@Generated("software.amazon.awssdk:codegen") public final class TlsConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TlsConfig.Builder,TlsConfig>
The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTlsConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TlsConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TlsConfig.Builder>serializableBuilderClass()StringserverNameToVerify()If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate.TlsConfig.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
-
serverNameToVerify
public final String serverNameToVerify()
If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
- Returns:
- If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
-
toBuilder
public TlsConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TlsConfig.Builder,TlsConfig>
-
builder
public static TlsConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends TlsConfig.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.
-
-