Uses of Class
io.github.cdklabs.projen.vscode.VsCodeLaunchPickStringInputEntry.Builder
-
Packages that use VsCodeLaunchPickStringInputEntry.Builder Package Description io.github.cdklabs.projen.vscode -
-
Uses of VsCodeLaunchPickStringInputEntry.Builder in io.github.cdklabs.projen.vscode
Methods in io.github.cdklabs.projen.vscode that return VsCodeLaunchPickStringInputEntry.Builder Modifier and Type Method Description static VsCodeLaunchPickStringInputEntry.BuilderVsCodeLaunchPickStringInputEntry. builder()VsCodeLaunchPickStringInputEntry.BuilderVsCodeLaunchPickStringInputEntry.Builder. defaultValue(String defaultValue)Sets the value ofVsCodeLaunchPickStringInputEntry.getDefaultValue()VsCodeLaunchPickStringInputEntry.BuilderVsCodeLaunchPickStringInputEntry.Builder. description(String description)Sets the value ofVsCodeLaunchPickStringInputEntry.getDescription()VsCodeLaunchPickStringInputEntry.BuilderVsCodeLaunchPickStringInputEntry.Builder. id(String id)Sets the value ofVsCodeLaunchInputEntry.getId()VsCodeLaunchPickStringInputEntry.BuilderVsCodeLaunchPickStringInputEntry.Builder. options(List<String> options)Sets the value ofVsCodeLaunchPickStringInputEntry.getOptions()Constructors in io.github.cdklabs.projen.vscode with parameters of type VsCodeLaunchPickStringInputEntry.Builder Constructor Description Jsii$Proxy(VsCodeLaunchPickStringInputEntry.Builder builder)Constructor that initializes the object based on literal property values passed by theVsCodeLaunchPickStringInputEntry.Builder.
-