Class ExportReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.bcmdataexports.ExportReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ExportReference>
- Enclosing interface:
ExportReference
@Stability(Stable)
public static final class ExportReference.Builder
extends Object
implements software.amazon.jsii.Builder<ExportReference>
A builder for
ExportReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofExportReference.getExportArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exportArn
Sets the value ofExportReference.getExportArn()- Parameters:
exportArn- The ExportArn of the Export resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ExportReference>- Returns:
- a new instance of
ExportReference - Throws:
NullPointerException- if any required attribute was not provided
-