Package io.github.cdklabs.projen.vscode
Class VsCodeLaunchCommandInputEntry.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.vscode.VsCodeLaunchCommandInputEntry.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VsCodeLaunchCommandInputEntry>
- Enclosing interface:
- VsCodeLaunchCommandInputEntry
@Stability(Experimental) public static final class VsCodeLaunchCommandInputEntry.Builder extends Object implements software.amazon.jsii.Builder<VsCodeLaunchCommandInputEntry>
A builder forVsCodeLaunchCommandInputEntry
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VsCodeLaunchCommandInputEntry.Builderargs(Object args)Sets the value ofVsCodeLaunchCommandInputEntry.getArgs()VsCodeLaunchCommandInputEntrybuild()Builds the configured instance.VsCodeLaunchCommandInputEntry.Buildercommand(String command)Sets the value ofVsCodeLaunchCommandInputEntry.getCommand()VsCodeLaunchCommandInputEntry.Builderid(String id)Sets the value ofVsCodeLaunchInputEntry.getId()
-
-
-
Method Detail
-
command
@Stability(Experimental) public VsCodeLaunchCommandInputEntry.Builder command(String command)
Sets the value ofVsCodeLaunchCommandInputEntry.getCommand()- Parameters:
command- the value to be set. This parameter is required.- Returns:
this
-
args
@Stability(Experimental) public VsCodeLaunchCommandInputEntry.Builder args(Object args)
Sets the value ofVsCodeLaunchCommandInputEntry.getArgs()- Parameters:
args- the value to be set.- Returns:
this
-
id
@Stability(Experimental) public VsCodeLaunchCommandInputEntry.Builder id(String id)
Sets the value ofVsCodeLaunchInputEntry.getId()- Parameters:
id- the value to be set. This parameter is required.- Returns:
this
-
build
@Stability(Experimental) public VsCodeLaunchCommandInputEntry build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VsCodeLaunchCommandInputEntry>- Returns:
- a new instance of
VsCodeLaunchCommandInputEntry - Throws:
NullPointerException- if any required attribute was not provided
-
-