Class PreCoUserCredentials.Builder
- java.lang.Object
- 
- com.oracle.bmc.keymanagement.model.PreCoUserCredentials.Builder
 
- 
- Enclosing class:
- PreCoUserCredentials
 
 public static class PreCoUserCredentials.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PreCoUserCredentialsbuild()PreCoUserCredentials.Buildercopy(PreCoUserCredentials model)PreCoUserCredentials.Builderpassword(String password)The base 64 encoded pre crypto officer password.PreCoUserCredentials.Builderusername(String username)The pre crypto officer username, which should be chosen as a non confidential string.
 
- 
- 
- 
Method Detail- 
usernamepublic 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
 
 - 
passwordpublic PreCoUserCredentials.Builder password(String password) The base 64 encoded pre crypto officer password.- Parameters:
- password- the value to set
- Returns:
- this builder
 
 - 
buildpublic PreCoUserCredentials build() 
 - 
copypublic PreCoUserCredentials.Builder copy(PreCoUserCredentials model) 
 
- 
 
-