public static interface StartSessionResult.Builder extends SdkPojo, CopyableBuilder<StartSessionResult.Builder,StartSessionResult>
| Modifier and Type | Method and Description |
|---|---|
StartSessionResult.Builder |
sessionToken(String sessionToken)
Session token of the started session.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStartSessionResult.Builder sessionToken(String sessionToken)
Session token of the started session. This SessionToken is required for every subsequent command
that is issued during the current session.
sessionToken - Session token of the started session. This SessionToken is required for every subsequent
command that is issued during the current session.Copyright © 2019. All rights reserved.