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