Class PreCoUserCredentials.Builder
- java.lang.Object
-
- com.oracle.bmc.keymanagement.model.PreCoUserCredentials.Builder
-
- Enclosing class:
- PreCoUserCredentials
public static class PreCoUserCredentials.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreCoUserCredentials
build()
PreCoUserCredentials.Builder
copy(PreCoUserCredentials model)
PreCoUserCredentials.Builder
password(String password)
The base 64 encoded pre crypto officer password.PreCoUserCredentials.Builder
username(String username)
The pre crypto officer username, which should be chosen as a non confidential string.
-
-
-
Method Detail
-
username
public PreCoUserCredentials.Builder username(String username)
The pre crypto officer username, which should be chosen as a non confidential string.- Parameters:
username
- the value to set- Returns:
- this builder
-
password
public PreCoUserCredentials.Builder password(String password)
The base 64 encoded pre crypto officer password.- Parameters:
password
- the value to set- Returns:
- this builder
-
build
public PreCoUserCredentials build()
-
copy
public PreCoUserCredentials.Builder copy(PreCoUserCredentials model)
-
-