Package com.oracle.bmc.redis.model
Class PasswordAuthenticationMode.Builder
- java.lang.Object
-
- com.oracle.bmc.redis.model.PasswordAuthenticationMode.Builder
-
- Enclosing class:
- PasswordAuthenticationMode
public static class PasswordAuthenticationMode.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordAuthenticationMode
build()
PasswordAuthenticationMode.Builder
copy(PasswordAuthenticationMode model)
PasswordAuthenticationMode.Builder
hashedPasswords(List<String> hashedPasswords)
SHA-256 hashed passwords for OCI Cache user,required if authenticationType is set to PASSWORD.
-
-
-
Method Detail
-
hashedPasswords
public PasswordAuthenticationMode.Builder hashedPasswords(List<String> hashedPasswords)
SHA-256 hashed passwords for OCI Cache user,required if authenticationType is set to PASSWORD.- Parameters:
hashedPasswords
- the value to set- Returns:
- this builder
-
build
public PasswordAuthenticationMode build()
-
copy
public PasswordAuthenticationMode.Builder copy(PasswordAuthenticationMode model)
-
-