Interface DebugSession.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DebugSession.Builder,DebugSession>, SdkBuilder<DebugSession.Builder,DebugSession>, SdkPojo
Enclosing class:
DebugSession

public static interface DebugSession.Builder extends SdkPojo, CopyableBuilder<DebugSession.Builder,DebugSession>
  • Method Details

    • sessionEnabled

      DebugSession.Builder sessionEnabled(Boolean sessionEnabled)

      Specifies if session debugging is enabled for this build.

      Parameters:
      sessionEnabled - Specifies if session debugging is enabled for this build.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionTarget

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.