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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Setting.Buildername(String name)The name of the directory setting.Setting.Buildervalue(String value)The value of the directory setting for which to retrieve information.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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:EnableandDisable.- Parameters:
value- The value of the directory setting for which to retrieve information. For example, forTLS_1_0, the valid values are:EnableandDisable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-