Package software.amazon.awscdk
Class ExportValueOptions.Builder
java.lang.Object
software.amazon.awscdk.ExportValueOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ExportValueOptions>
- Enclosing interface:
ExportValueOptions
@Stability(Stable)
public static final class ExportValueOptions.Builder
extends Object
implements software.amazon.jsii.Builder<ExportValueOptions>
A builder for
ExportValueOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofExportValueOptions.getDescription()Sets the value ofExportValueOptions.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofExportValueOptions.getDescription()- Parameters:
description- The description of the outputs.- Returns:
this
-
name
Sets the value ofExportValueOptions.getName()- Parameters:
name- The name of the export to create.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ExportValueOptions>- Returns:
- a new instance of
ExportValueOptions - Throws:
NullPointerException- if any required attribute was not provided
-