Interface TlsConfigInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TlsConfigInput.Builder,
,TlsConfigInput> SdkBuilder<TlsConfigInput.Builder,
,TlsConfigInput> SdkPojo
- Enclosing class:
TlsConfigInput
@Mutable
@NotThreadSafe
public static interface TlsConfigInput.Builder
extends SdkPojo, CopyableBuilder<TlsConfigInput.Builder,TlsConfigInput>
-
Method Summary
Modifier and TypeMethodDescriptionserverNameToVerify
(String serverNameToVerify) If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-