Interface OriginSslProtocols.Builder

    • Method Detail

      • quantity

        OriginSslProtocols.Builder quantity​(Integer quantity)

        The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.

        Parameters:
        quantity - The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • itemsWithStrings

        OriginSslProtocols.Builder itemsWithStrings​(Collection<String> items)

        A list that contains allowed SSL/TLS protocols for this distribution.

        Parameters:
        items - A list that contains allowed SSL/TLS protocols for this distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • itemsWithStrings

        OriginSslProtocols.Builder itemsWithStrings​(String... items)

        A list that contains allowed SSL/TLS protocols for this distribution.

        Parameters:
        items - A list that contains allowed SSL/TLS protocols for this distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        OriginSslProtocols.Builder items​(Collection<SslProtocol> items)

        A list that contains allowed SSL/TLS protocols for this distribution.

        Parameters:
        items - A list that contains allowed SSL/TLS protocols for this distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        OriginSslProtocols.Builder items​(SslProtocol... items)

        A list that contains allowed SSL/TLS protocols for this distribution.

        Parameters:
        items - A list that contains allowed SSL/TLS protocols for this distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.