Interface TlsInterceptProperties.Builder

  • Method Details

    • pcaArn

      Private Certificate Authority (PCA) used to issue private TLS certificates so that the proxy can present PCA-signed certificates which applications trust through the same root, establishing a secure and consistent trust model for encrypted communication.

      Parameters:
      pcaArn - Private Certificate Authority (PCA) used to issue private TLS certificates so that the proxy can present PCA-signed certificates which applications trust through the same root, establishing a secure and consistent trust model for encrypted communication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tlsInterceptMode

      TlsInterceptProperties.Builder tlsInterceptMode(String tlsInterceptMode)

      Specifies whether to enable or disable TLS Intercept Mode.

      Parameters:
      tlsInterceptMode - Specifies whether to enable or disable TLS Intercept Mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tlsInterceptMode

      TlsInterceptProperties.Builder tlsInterceptMode(TlsInterceptMode tlsInterceptMode)

      Specifies whether to enable or disable TLS Intercept Mode.

      Parameters:
      tlsInterceptMode - Specifies whether to enable or disable TLS Intercept Mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: