@Stability(value=Experimental) public static final class VsCodeLaunchConfigurationEntry.Builder extends Object implements software.amazon.jsii.Builder<VsCodeLaunchConfigurationEntry>
VsCodeLaunchConfigurationEntry| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder name(String name)
VsCodeLaunchConfigurationEntry.getName()name - the value to be set. This parameter is required.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder request(String request)
VsCodeLaunchConfigurationEntry.getRequest()request - the value to be set. This parameter is required.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder type(String type)
VsCodeLaunchConfigurationEntry.getType()type - the value to be set. This parameter is required.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder args(List<String> args)
VsCodeLaunchConfigurationEntry.getArgs()args - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder debugServer(Number debugServer)
VsCodeLaunchConfigurationEntry.getDebugServer()debugServer - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder internalConsoleOptions(InternalConsoleOptions internalConsoleOptions)
VsCodeLaunchConfigurationEntry.getInternalConsoleOptions()internalConsoleOptions - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder outFiles(List<String> outFiles)
VsCodeLaunchConfigurationEntry.getOutFiles()outFiles - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder postDebugTask(String postDebugTask)
VsCodeLaunchConfigurationEntry.getPostDebugTask()postDebugTask - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder preLaunchTask(String preLaunchTask)
VsCodeLaunchConfigurationEntry.getPreLaunchTask()preLaunchTask - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder presentation(Presentation presentation)
VsCodeLaunchConfigurationEntry.getPresentation()presentation - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder program(String program)
VsCodeLaunchConfigurationEntry.getProgram()program - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder runtimeArgs(List<String> runtimeArgs)
VsCodeLaunchConfigurationEntry.getRuntimeArgs()runtimeArgs - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder serverReadyAction(ServerReadyAction serverReadyAction)
VsCodeLaunchConfigurationEntry.getServerReadyAction()serverReadyAction - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder skipFiles(List<String> skipFiles)
VsCodeLaunchConfigurationEntry.getSkipFiles()skipFiles - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder url(String url)
VsCodeLaunchConfigurationEntry.getUrl()url - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry.Builder webRoot(String webRoot)
VsCodeLaunchConfigurationEntry.getWebRoot()webRoot - the value to be set.this@Stability(value=Experimental) public VsCodeLaunchConfigurationEntry build()
build in interface software.amazon.jsii.Builder<VsCodeLaunchConfigurationEntry>VsCodeLaunchConfigurationEntryNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.