Package io.github.cdklabs.projen.vscode
Class VsCodeLaunchPickStringInputEntry.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.vscode.VsCodeLaunchPickStringInputEntry.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VsCodeLaunchPickStringInputEntry>
- Enclosing interface:
- VsCodeLaunchPickStringInputEntry
@Stability(Experimental) public static final class VsCodeLaunchPickStringInputEntry.Builder extends Object implements software.amazon.jsii.Builder<VsCodeLaunchPickStringInputEntry>
A builder forVsCodeLaunchPickStringInputEntry
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VsCodeLaunchPickStringInputEntrybuild()Builds the configured instance.VsCodeLaunchPickStringInputEntry.BuilderdefaultValue(String defaultValue)Sets the value ofVsCodeLaunchPickStringInputEntry.getDefaultValue()VsCodeLaunchPickStringInputEntry.Builderdescription(String description)Sets the value ofVsCodeLaunchPickStringInputEntry.getDescription()VsCodeLaunchPickStringInputEntry.Builderid(String id)Sets the value ofVsCodeLaunchInputEntry.getId()VsCodeLaunchPickStringInputEntry.Builderoptions(List<String> options)Sets the value ofVsCodeLaunchPickStringInputEntry.getOptions()
-
-
-
Method Detail
-
description
@Stability(Experimental) public VsCodeLaunchPickStringInputEntry.Builder description(String description)
Sets the value ofVsCodeLaunchPickStringInputEntry.getDescription()- Parameters:
description- the value to be set. This parameter is required.- Returns:
this
-
options
@Stability(Experimental) public VsCodeLaunchPickStringInputEntry.Builder options(List<String> options)
Sets the value ofVsCodeLaunchPickStringInputEntry.getOptions()- Parameters:
options- the value to be set. This parameter is required.- Returns:
this
-
defaultValue
@Stability(Experimental) public VsCodeLaunchPickStringInputEntry.Builder defaultValue(String defaultValue)
Sets the value ofVsCodeLaunchPickStringInputEntry.getDefaultValue()- Parameters:
defaultValue- the value to be set.- Returns:
this
-
id
@Stability(Experimental) public VsCodeLaunchPickStringInputEntry.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 VsCodeLaunchPickStringInputEntry build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VsCodeLaunchPickStringInputEntry>- Returns:
- a new instance of
VsCodeLaunchPickStringInputEntry - Throws:
NullPointerException- if any required attribute was not provided
-
-