Class TlsConfig
java.lang.Object
software.amazon.smithy.aws.apigateway.traits.TlsConfig
- All Implemented Interfaces:
ToNode,ToSmithyBuilder<TlsConfig>
TLS configuration for an API Gateway integration.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TlsConfig.Builderbuilder()Creates a builder used to build a TlsConfig.booleanGets whether API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority.inthashCode()Take this object and create a builder that contains all of the current property values of this object.toNode()Converts a value to aNode.
-
Method Details
-
builder
Creates a builder used to build a TlsConfig.- Returns:
- Returns the created builder.
-
getInsecureSkipVerification
Gets whether API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority.Supported only for HTTP and HTTP_PROXY integrations.
- Returns:
- Returns the optional skip-verification flag.
-
toBuilder
Description copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToSmithyBuilder<TlsConfig>- Returns:
- a builder for type T
-
toNode
Description copied from interface:ToNodeConverts a value to aNode. -
equals
-
hashCode
public int hashCode()
-