Interface Setting.Builder

    • Method Detail

      • name

        Setting.Builder name​(String name)

        The name of the directory setting. For example:

        TLS_1_0

        Parameters:
        name - The name of the directory setting. For example:

        TLS_1_0

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

        Setting.Builder value​(String value)

        The value of the directory setting for which to retrieve information. For example, for TLS_1_0, the valid values are: Enable and Disable.

        Parameters:
        value - The value of the directory setting for which to retrieve information. For example, for TLS_1_0, the valid values are: Enable and Disable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.