public static final class SessionLoginCredential.Builder
extends java.lang.Object
SessionLoginCredential.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SessionLoginCredential. |
| Modifier and Type | Method and Description |
|---|---|
SessionLoginCredential |
build() |
SessionLoginCredential.Builder |
setSessionId(java.lang.String sessionId)
The session_id to login to server.
|
SessionLoginCredential.Builder |
setThumbprint(java.lang.String thumbprint)
Thumbprint of the login server.
|
public Builder()
SessionLoginCredential.public SessionLoginCredential.Builder setSessionId(java.lang.String sessionId)
sessionId - New value for the property.public SessionLoginCredential.Builder setThumbprint(java.lang.String thumbprint)
thumbprint - New value for the property.public SessionLoginCredential build()