public static class PreCoUserCredentials.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public PreCoUserCredentials.Builder username(String username)
The pre crypto officer username, which should be chosen as a non confidential string.
username
- the value to setpublic PreCoUserCredentials.Builder password(String password)
The base 64 encoded pre crypto officer password.
password
- the value to setpublic PreCoUserCredentials build()
public PreCoUserCredentials.Builder copy(PreCoUserCredentials model)
Copyright © 2016–2024. All rights reserved.