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 Summary
Modifier and TypeMethodDescriptionsessionEnabled
(Boolean sessionEnabled) Specifies if session debugging is enabled for this build.sessionTarget
(String sessionTarget) Contains the identifier of the Session Manager session used for the build.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-