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