Class CfnTestCasePropsMixin.FileMetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.FileMetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin.FileMetadataProperty>
- Enclosing interface:
CfnTestCasePropsMixin.FileMetadataProperty
@Stability(Stable)
public static final class CfnTestCasePropsMixin.FileMetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin.FileMetadataProperty>
A builder for
CfnTestCasePropsMixin.FileMetadataProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.databaseCdc(CfnTestCasePropsMixin.DatabaseCDCProperty databaseCdc) Sets the value ofCfnTestCasePropsMixin.FileMetadataProperty.getDatabaseCdc()databaseCdc(IResolvable databaseCdc) Sets the value ofCfnTestCasePropsMixin.FileMetadataProperty.getDatabaseCdc()Sets the value ofCfnTestCasePropsMixin.FileMetadataProperty.getDataSets()dataSets(IResolvable dataSets) Sets the value ofCfnTestCasePropsMixin.FileMetadataProperty.getDataSets()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
databaseCdc
@Stability(Stable) public CfnTestCasePropsMixin.FileMetadataProperty.Builder databaseCdc(IResolvable databaseCdc) Sets the value ofCfnTestCasePropsMixin.FileMetadataProperty.getDatabaseCdc()- Parameters:
databaseCdc- The database CDC of the file metadata.- Returns:
this
-
databaseCdc
@Stability(Stable) public CfnTestCasePropsMixin.FileMetadataProperty.Builder databaseCdc(CfnTestCasePropsMixin.DatabaseCDCProperty databaseCdc) Sets the value ofCfnTestCasePropsMixin.FileMetadataProperty.getDatabaseCdc()- Parameters:
databaseCdc- The database CDC of the file metadata.- Returns:
this
-
dataSets
@Stability(Stable) public CfnTestCasePropsMixin.FileMetadataProperty.Builder dataSets(IResolvable dataSets) Sets the value ofCfnTestCasePropsMixin.FileMetadataProperty.getDataSets()- Parameters:
dataSets- The data sets of the file metadata.- Returns:
this
-
dataSets
@Stability(Stable) public CfnTestCasePropsMixin.FileMetadataProperty.Builder dataSets(List<? extends Object> dataSets) Sets the value ofCfnTestCasePropsMixin.FileMetadataProperty.getDataSets()- Parameters:
dataSets- The data sets of the file metadata.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCasePropsMixin.FileMetadataProperty>- Returns:
- a new instance of
CfnTestCasePropsMixin.FileMetadataProperty - Throws:
NullPointerException- if any required attribute was not provided
-