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