@Generated(value="software.amazon.awssdk:codegen") public final class TlsConfigInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TlsConfigInput.Builder,TlsConfigInput>
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 |
TlsConfigInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TlsConfigInput.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 TlsConfigInput.Builder> |
serializableBuilderClass() |
String |
serverNameToVerify()
If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate.
|
TlsConfigInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public TlsConfigInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TlsConfigInput.Builder,TlsConfigInput>public static TlsConfigInput.Builder builder()
public static Class<? extends TlsConfigInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.