Uses of Class
io.github.cdklabs.projen.vscode.VsCodeLaunchPromptStringInputEntry.Builder
-
Packages that use VsCodeLaunchPromptStringInputEntry.Builder Package Description io.github.cdklabs.projen.vscode -
-
Uses of VsCodeLaunchPromptStringInputEntry.Builder in io.github.cdklabs.projen.vscode
Methods in io.github.cdklabs.projen.vscode that return VsCodeLaunchPromptStringInputEntry.Builder Modifier and Type Method Description static VsCodeLaunchPromptStringInputEntry.BuilderVsCodeLaunchPromptStringInputEntry. builder()VsCodeLaunchPromptStringInputEntry.BuilderVsCodeLaunchPromptStringInputEntry.Builder. defaultValue(String defaultValue)Sets the value ofVsCodeLaunchPromptStringInputEntry.getDefaultValue()VsCodeLaunchPromptStringInputEntry.BuilderVsCodeLaunchPromptStringInputEntry.Builder. description(String description)Sets the value ofVsCodeLaunchPromptStringInputEntry.getDescription()VsCodeLaunchPromptStringInputEntry.BuilderVsCodeLaunchPromptStringInputEntry.Builder. id(String id)Sets the value ofVsCodeLaunchInputEntry.getId()VsCodeLaunchPromptStringInputEntry.BuilderVsCodeLaunchPromptStringInputEntry.Builder. password(Boolean password)Sets the value ofVsCodeLaunchPromptStringInputEntry.getPassword()Constructors in io.github.cdklabs.projen.vscode with parameters of type VsCodeLaunchPromptStringInputEntry.Builder Constructor Description Jsii$Proxy(VsCodeLaunchPromptStringInputEntry.Builder builder)Constructor that initializes the object based on literal property values passed by theVsCodeLaunchPromptStringInputEntry.Builder.
-