@Stability(value=Stable) public static final class ExportValueOptions.Builder extends Object implements software.amazon.jsii.Builder<ExportValueOptions>
ExportValueOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportValueOptions |
build()
Builds the configured instance.
|
ExportValueOptions.Builder |
name(String name)
Sets the value of
ExportValueOptions.getName() |
@Stability(value=Stable) public ExportValueOptions.Builder name(String name)
ExportValueOptions.getName()
name
- The name of the export to create.this
@Stability(value=Stable) public ExportValueOptions build()
build
in interface software.amazon.jsii.Builder<ExportValueOptions>
ExportValueOptions
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.