Interface LoadBalancerTlsPolicy.Builder

  • Method Details

    • 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

      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

      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

      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.