Class CfnExportProps.Builder
java.lang.Object
software.amazon.awscdk.services.bcmdataexports.CfnExportProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExportProps>
- Enclosing interface:
CfnExportProps
@Stability(Stable)
public static final class CfnExportProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExportProps>
A builder for
CfnExportProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.export
(IResolvable export) Sets the value ofCfnExportProps.getExport()
export
(CfnExport.ExportProperty export) Sets the value ofCfnExportProps.getExport()
tags
(List<? extends CfnExport.ResourceTagProperty> tags) Sets the value ofCfnExportProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
export
Sets the value ofCfnExportProps.getExport()
- Parameters:
export
- The details that are available for an export. This parameter is required.- Returns:
this
-
export
Sets the value ofCfnExportProps.getExport()
- Parameters:
export
- The details that are available for an export. This parameter is required.- Returns:
this
-
tags
@Stability(Stable) public CfnExportProps.Builder tags(List<? extends CfnExport.ResourceTagProperty> tags) Sets the value ofCfnExportProps.getTags()
- Parameters:
tags
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnExportProps>
- Returns:
- a new instance of
CfnExportProps
- Throws:
NullPointerException
- if any required attribute was not provided
-