@Stability(value=Stable) public static final class CfnIntegration.TlsConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegration.TlsConfigProperty>
CfnIntegration.TlsConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIntegration.TlsConfigProperty |
build()
Builds the configured instance.
|
CfnIntegration.TlsConfigProperty.Builder |
serverNameToVerify(String serverNameToVerify)
Sets the value of
CfnIntegration.TlsConfigProperty.getServerNameToVerify() |
@Stability(value=Stable) public CfnIntegration.TlsConfigProperty.Builder serverNameToVerify(String serverNameToVerify)
CfnIntegration.TlsConfigProperty.getServerNameToVerify()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.this@Stability(value=Stable) public CfnIntegration.TlsConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnIntegration.TlsConfigProperty>CfnIntegration.TlsConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.