public static interface Setting.Builder extends SdkPojo, CopyableBuilder<Setting.Builder,Setting>
| Modifier and Type | Method and Description |
|---|---|
Setting.Builder |
name(String name)
The name of the directory setting.
|
Setting.Builder |
value(String value)
The value of the directory setting for which to retrieve information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSetting.Builder name(String name)
The name of the directory setting. For example:
TLS_1_0
name - The name of the directory setting. For example:
TLS_1_0
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.
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.Copyright © 2023. All rights reserved.