Interface Setting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Setting.Builder,
,Setting> SdkBuilder<Setting.Builder,
,Setting> SdkPojo
- Enclosing class:
Setting
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the directory setting.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 Details
-
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
The value of the directory setting for which to retrieve information. For example, for
TLS_1_0
, the valid values are:Enable
andDisable
.- Parameters:
value
- The value of the directory setting for which to retrieve information. For example, forTLS_1_0
, the valid values are:Enable
andDisable
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-