Class CfnTestCaseMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnTestCaseMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCaseMixinProps>
- Enclosing interface:
CfnTestCaseMixinProps
@Stability(Stable)
public static final class CfnTestCaseMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCaseMixinProps>
A builder for
CfnTestCaseMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTestCaseMixinProps.getContent()description(String description) Sets the value ofCfnTestCaseMixinProps.getDescription()entryPoint(CfnTestCasePropsMixin.EntryPointProperty entryPoint) Sets the value ofCfnTestCaseMixinProps.getEntryPoint()entryPoint(IResolvable entryPoint) Sets the value ofCfnTestCaseMixinProps.getEntryPoint()initializationData(String initializationData) Sets the value ofCfnTestCaseMixinProps.getInitializationData()instanceArn(String instanceArn) Sets the value ofCfnTestCaseMixinProps.getInstanceArn()Sets the value ofCfnTestCaseMixinProps.getName()Sets the value ofCfnTestCaseMixinProps.getStatus()Sets the value ofCfnTestCaseMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
content
Sets the value ofCfnTestCaseMixinProps.getContent()- Parameters:
content- The content of the test case.- Returns:
this
-
description
Sets the value ofCfnTestCaseMixinProps.getDescription()- Parameters:
description- The description of the test case.- Returns:
this
-
entryPoint
Sets the value ofCfnTestCaseMixinProps.getEntryPoint()- Parameters:
entryPoint- The Entry Point associated with the test case.- Returns:
this
-
entryPoint
@Stability(Stable) public CfnTestCaseMixinProps.Builder entryPoint(CfnTestCasePropsMixin.EntryPointProperty entryPoint) Sets the value ofCfnTestCaseMixinProps.getEntryPoint()- Parameters:
entryPoint- The Entry Point associated with the test case.- Returns:
this
-
initializationData
@Stability(Stable) public CfnTestCaseMixinProps.Builder initializationData(String initializationData) Sets the value ofCfnTestCaseMixinProps.getInitializationData()- Parameters:
initializationData- The initialization data of the test case.- Returns:
this
-
instanceArn
Sets the value ofCfnTestCaseMixinProps.getInstanceArn()- Parameters:
instanceArn- The identifier of the Amazon Connect instance.- Returns:
this
-
name
Sets the value ofCfnTestCaseMixinProps.getName()- Parameters:
name- The name of the test case.- Returns:
this
-
status
Sets the value ofCfnTestCaseMixinProps.getStatus()- Parameters:
status- The status of the test case.- Returns:
this
-
tags
Sets the value ofCfnTestCaseMixinProps.getTags()- Parameters:
tags- One or more tags.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCaseMixinProps>- Returns:
- a new instance of
CfnTestCaseMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-