Package io.github.cdklabs.projen.vscode
Class Presentation.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.vscode.Presentation.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<Presentation>
- Enclosing interface:
- Presentation
@Stability(Experimental) public static final class Presentation.Builder extends Object implements software.amazon.jsii.Builder<Presentation>
A builder forPresentation
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Presentationbuild()Builds the configured instance.Presentation.Buildergroup(String group)Sets the value ofPresentation.getGroup()Presentation.Builderhidden(Boolean hidden)Sets the value ofPresentation.getHidden()Presentation.Builderorder(Number order)Sets the value ofPresentation.getOrder()
-
-
-
Method Detail
-
group
@Stability(Experimental) public Presentation.Builder group(String group)
Sets the value ofPresentation.getGroup()- Parameters:
group- the value to be set. This parameter is required.- Returns:
this
-
hidden
@Stability(Experimental) public Presentation.Builder hidden(Boolean hidden)
Sets the value ofPresentation.getHidden()- Parameters:
hidden- the value to be set. This parameter is required.- Returns:
this
-
order
@Stability(Experimental) public Presentation.Builder order(Number order)
Sets the value ofPresentation.getOrder()- Parameters:
order- the value to be set. This parameter is required.- Returns:
this
-
build
@Stability(Experimental) public Presentation build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Presentation>- Returns:
- a new instance of
Presentation - Throws:
NullPointerException- if any required attribute was not provided
-
-