Interface Setting.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Setting.Builder,Setting>, SdkBuilder<Setting.Builder,Setting>, SdkPojo
Enclosing class:
Setting

public static interface Setting.Builder extends SdkPojo, CopyableBuilder<Setting.Builder,Setting>
  • Method Details

    • 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.