Interface Tls.Builder

    • Method Detail

      • certificateAuthorityArnList

        Tls.Builder certificateAuthorityArnList​(Collection<String> certificateAuthorityArnList)

        List of ACM Certificate Authority ARNs.

        Parameters:
        certificateAuthorityArnList -

        List of ACM Certificate Authority ARNs.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateAuthorityArnList

        Tls.Builder certificateAuthorityArnList​(String... certificateAuthorityArnList)

        List of ACM Certificate Authority ARNs.

        Parameters:
        certificateAuthorityArnList -

        List of ACM Certificate Authority ARNs.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabled

        Tls.Builder enabled​(Boolean enabled)

        Specifies whether you want to turn on or turn off TLS authentication.

        Parameters:
        enabled -

        Specifies whether you want to turn on or turn off TLS authentication.

        Returns:
        Returns a reference to this object so that method calls can be chained together.