Class CfnTestCasePropsMixin.SourceDatabaseMetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.SourceDatabaseMetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin.SourceDatabaseMetadataProperty>
- Enclosing interface:
CfnTestCasePropsMixin.SourceDatabaseMetadataProperty
@Stability(Stable)
public static final class CfnTestCasePropsMixin.SourceDatabaseMetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin.SourceDatabaseMetadataProperty>
A builder for
CfnTestCasePropsMixin.SourceDatabaseMetadataProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.captureTool(String captureTool) Sets the value ofCfnTestCasePropsMixin.SourceDatabaseMetadataProperty.getCaptureTool()Sets the value ofCfnTestCasePropsMixin.SourceDatabaseMetadataProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
captureTool
@Stability(Stable) public CfnTestCasePropsMixin.SourceDatabaseMetadataProperty.Builder captureTool(String captureTool) Sets the value ofCfnTestCasePropsMixin.SourceDatabaseMetadataProperty.getCaptureTool()- Parameters:
captureTool- The capture tool of the source database metadata.- Returns:
this
-
type
@Stability(Stable) public CfnTestCasePropsMixin.SourceDatabaseMetadataProperty.Builder type(String type) Sets the value ofCfnTestCasePropsMixin.SourceDatabaseMetadataProperty.getType()- Parameters:
type- The type of the source database metadata.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCasePropsMixin.SourceDatabaseMetadataProperty>- Returns:
- a new instance of
CfnTestCasePropsMixin.SourceDatabaseMetadataProperty - Throws:
NullPointerException- if any required attribute was not provided
-