@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TlsConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TlsConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TlsConfig.Builder> |
serializableBuilderClass() |
String |
serverNameToVerify()
If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate.
|
TlsConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public TlsConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TlsConfig.Builder,TlsConfig>public static TlsConfig.Builder builder()
public static Class<? extends TlsConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.