Interface TLSInspectionConfiguration.Builder

    • Method Detail

      • serverCertificateConfigurations

        TLSInspectionConfiguration.Builder serverCertificateConfigurations​(Collection<ServerCertificateConfiguration> serverCertificateConfigurations)

        Lists the server certificate configurations that are associated with the TLS configuration.

        Parameters:
        serverCertificateConfigurations - Lists the server certificate configurations that are associated with the TLS configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverCertificateConfigurations

        TLSInspectionConfiguration.Builder serverCertificateConfigurations​(ServerCertificateConfiguration... serverCertificateConfigurations)

        Lists the server certificate configurations that are associated with the TLS configuration.

        Parameters:
        serverCertificateConfigurations - Lists the server certificate configurations that are associated with the TLS configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.