Package io.github.cdklabs.projen.vscode
Class VsCodeLaunchInputEntry.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.vscode.VsCodeLaunchInputEntry.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VsCodeLaunchInputEntry>
- Enclosing interface:
- VsCodeLaunchInputEntry
@Stability(Experimental) public static final class VsCodeLaunchInputEntry.Builder extends Object implements software.amazon.jsii.Builder<VsCodeLaunchInputEntry>
A builder forVsCodeLaunchInputEntry
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VsCodeLaunchInputEntrybuild()Builds the configured instance.VsCodeLaunchInputEntry.Builderid(String id)Sets the value ofVsCodeLaunchInputEntry.getId()
-
-
-
Method Detail
-
id
@Stability(Experimental) public VsCodeLaunchInputEntry.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 VsCodeLaunchInputEntry build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VsCodeLaunchInputEntry>- Returns:
- a new instance of
VsCodeLaunchInputEntry - Throws:
NullPointerException- if any required attribute was not provided
-
-