Class TlsConfigInput
- java.lang.Object
-
- software.amazon.awssdk.services.apigatewayv2.model.TlsConfigInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TlsConfigInput.Builder,TlsConfigInput>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTlsConfigInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TlsConfigInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TlsConfigInput.Builder>serializableBuilderClass()StringserverNameToVerify()If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate.TlsConfigInput.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 TlsConfigInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TlsConfigInput.Builder,TlsConfigInput>
-
builder
public static TlsConfigInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends TlsConfigInput.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.
-
-