@Stability(value=Experimental) public static final class Presentation.Builder extends Object implements software.amazon.jsii.Builder<Presentation>
Presentation| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Presentation |
build()
Builds the configured instance.
|
Presentation.Builder |
group(String group)
Sets the value of
Presentation.getGroup() |
Presentation.Builder |
hidden(Boolean hidden)
Sets the value of
Presentation.getHidden() |
Presentation.Builder |
order(Number order)
Sets the value of
Presentation.getOrder() |
@Stability(value=Experimental) public Presentation.Builder group(String group)
Presentation.getGroup()group - the value to be set. This parameter is required.this@Stability(value=Experimental) public Presentation.Builder hidden(Boolean hidden)
Presentation.getHidden()hidden - the value to be set. This parameter is required.this@Stability(value=Experimental) public Presentation.Builder order(Number order)
Presentation.getOrder()order - the value to be set. This parameter is required.this@Stability(value=Experimental) public Presentation build()
build in interface software.amazon.jsii.Builder<Presentation>PresentationNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.