public static interface DebugSession.Builder extends SdkPojo, CopyableBuilder<DebugSession.Builder,DebugSession>
| Modifier and Type | Method and Description |
|---|---|
DebugSession.Builder |
sessionEnabled(Boolean sessionEnabled)
Specifies if session debugging is enabled for this build.
|
DebugSession.Builder |
sessionTarget(String sessionTarget)
Contains the identifier of the Session Manager session used for the build.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDebugSession.Builder sessionEnabled(Boolean sessionEnabled)
Specifies if session debugging is enabled for this build.
sessionEnabled - Specifies if session debugging is enabled for this build.DebugSession.Builder sessionTarget(String sessionTarget)
Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.
sessionTarget - Contains the identifier of the Session Manager session used for the build. To work with the paused
build, you open this session to examine, control, and resume the build.Copyright © 2023. All rights reserved.