Class CfnTestCasePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnTestCasePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin>
- Enclosing class:
CfnTestCasePropsMixin
@Stability(Stable)
public static final class CfnTestCasePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin>
A fluent builder for
CfnTestCasePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The content of the test case.create()create(CfnPropertyMixinOptions options) description(String description) The description of the test case.entryPoint(CfnTestCasePropsMixin.EntryPointProperty entryPoint) The Entry Point associated with the test case.entryPoint(IResolvable entryPoint) The Entry Point associated with the test case.initializationData(String initializationData) The initialization data of the test case.instanceArn(String instanceArn) The identifier of the Amazon Connect instance.The name of the test case.The status of the test case.One or more tags.
-
Method Details
-
create
@Stability(Stable) public static CfnTestCasePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTestCasePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTestCasePropsMixin.Builder.
-
content
The content of the test case.- Parameters:
content- The content of the test case. This parameter is required.- Returns:
this- See Also:
-
description
The description of the test case.- Parameters:
description- The description of the test case. This parameter is required.- Returns:
this- See Also:
-
entryPoint
The Entry Point associated with the test case.- Parameters:
entryPoint- The Entry Point associated with the test case. This parameter is required.- Returns:
this- See Also:
-
entryPoint
@Stability(Stable) public CfnTestCasePropsMixin.Builder entryPoint(CfnTestCasePropsMixin.EntryPointProperty entryPoint) The Entry Point associated with the test case.- Parameters:
entryPoint- The Entry Point associated with the test case. This parameter is required.- Returns:
this- See Also:
-
initializationData
@Stability(Stable) public CfnTestCasePropsMixin.Builder initializationData(String initializationData) The initialization data of the test case.- Parameters:
initializationData- The initialization data of the test case. This parameter is required.- Returns:
this- See Also:
-
instanceArn
The identifier of the Amazon Connect instance.- Parameters:
instanceArn- The identifier of the Amazon Connect instance. This parameter is required.- Returns:
this- See Also:
-
name
The name of the test case.- Parameters:
name- The name of the test case. This parameter is required.- Returns:
this- See Also:
-
status
The status of the test case.- Parameters:
status- The status of the test case. This parameter is required.- Returns:
this- See Also:
-
tags
One or more tags.- Parameters:
tags- One or more tags. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCasePropsMixin>- Returns:
- a newly built instance of
CfnTestCasePropsMixin.
-