java.lang.Object
software.amazon.smithy.aws.apigateway.traits.TlsConfig
All Implemented Interfaces:
ToNode, ToSmithyBuilder<TlsConfig>

public final class TlsConfig extends Object implements ToNode, ToSmithyBuilder<TlsConfig>
TLS configuration for an API Gateway integration.
See Also:
  • Method Details

    • builder

      public static TlsConfig.Builder builder()
      Creates a builder used to build a TlsConfig.
      Returns:
      Returns the created builder.
    • getInsecureSkipVerification

      public Optional<Boolean> 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

      public TlsConfig.Builder toBuilder()
      Description copied from interface: ToSmithyBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToSmithyBuilder<TlsConfig>
      Returns:
      a builder for type T
    • toNode

      public Node toNode()
      Description copied from interface: ToNode
      Converts a value to a Node.
      Specified by:
      toNode in interface ToNode
      Returns:
      Returns the creates Node.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object