Uses of Interface
software.amazon.awssdk.services.codebuild.model.DebugSession.Builder
-
Packages that use DebugSession.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of DebugSession.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return DebugSession.Builder Modifier and Type Method Description static DebugSession.BuilderDebugSession. builder()DebugSession.BuilderDebugSession.Builder. sessionEnabled(Boolean sessionEnabled)Specifies if session debugging is enabled for this build.DebugSession.BuilderDebugSession.Builder. sessionTarget(String sessionTarget)Contains the identifier of the Session Manager session used for the build.DebugSession.BuilderDebugSession. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type DebugSession.Builder Modifier and Type Method Description static Class<? extends DebugSession.Builder>DebugSession. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type DebugSession.Builder Modifier and Type Method Description default Build.BuilderBuild.Builder. debugSession(Consumer<DebugSession.Builder> debugSession)Contains information about the debug session for this build.
-