Interface LoadBalancerTlsPolicy.Builder

    • Method Detail

      • name

        LoadBalancerTlsPolicy.Builder name​(String name)

        The name of the TLS security policy.

        Parameters:
        name - The name of the TLS security policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDefault

        LoadBalancerTlsPolicy.Builder isDefault​(Boolean isDefault)

        A Boolean value that indicates whether the TLS security policy is the default.

        Parameters:
        isDefault - A Boolean value that indicates whether the TLS security policy is the default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        LoadBalancerTlsPolicy.Builder description​(String description)

        The description of the TLS security policy.

        Parameters:
        description - The description of the TLS security policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocols

        LoadBalancerTlsPolicy.Builder protocols​(Collection<String> protocols)

        The protocols used in a given TLS security policy.

        Parameters:
        protocols - The protocols used in a given TLS security policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocols

        LoadBalancerTlsPolicy.Builder protocols​(String... protocols)

        The protocols used in a given TLS security policy.

        Parameters:
        protocols - The protocols used in a given TLS security policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ciphers

        LoadBalancerTlsPolicy.Builder ciphers​(Collection<String> ciphers)

        The ciphers used by the TLS security policy.

        The ciphers are listed in order of preference.

        Parameters:
        ciphers - The ciphers used by the TLS security policy.

        The ciphers are listed in order of preference.

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

        LoadBalancerTlsPolicy.Builder ciphers​(String... ciphers)

        The ciphers used by the TLS security policy.

        The ciphers are listed in order of preference.

        Parameters:
        ciphers - The ciphers used by the TLS security policy.

        The ciphers are listed in order of preference.

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