Interface Scram.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Scram.Builder,Scram>
,SdkBuilder<Scram.Builder,Scram>
,SdkPojo
- Enclosing class:
- Scram
public static interface Scram.Builder extends SdkPojo, CopyableBuilder<Scram.Builder,Scram>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Scram.Builder
enabled(Boolean enabled)
SASL/SCRAM authentication is enabled or not.-
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
-
enabled
Scram.Builder enabled(Boolean enabled)
SASL/SCRAM authentication is enabled or not.
- Parameters:
enabled
-SASL/SCRAM authentication is enabled or not.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-