Class CfnEvaluationFormPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin>
- Enclosing class:
CfnEvaluationFormPropsMixin
@Stability(Stable)
public static final class CfnEvaluationFormPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEvaluationFormPropsMixin>
A fluent builder for
CfnEvaluationFormPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionautoEvaluationConfiguration(CfnEvaluationFormPropsMixin.AutoEvaluationConfigurationProperty autoEvaluationConfiguration) The automatic evaluation configuration of an evaluation form.autoEvaluationConfiguration(IResolvable autoEvaluationConfiguration) The automatic evaluation configuration of an evaluation form.build()create()create(CfnPropertyMixinOptions options) description(String description) The description of the evaluation form.instanceArn(String instanceArn) The identifier of the Amazon Connect instance.instanceArn(IInstanceRef instanceArn) The identifier of the Amazon Connect instance.Items that are part of the evaluation form.items(IResolvable items) Items that are part of the evaluation form.languageConfiguration(CfnEvaluationFormPropsMixin.EvaluationFormLanguageConfigurationProperty languageConfiguration) Configuration for language settings of this evaluation form.languageConfiguration(IResolvable languageConfiguration) Configuration for language settings of this evaluation form.reviewConfiguration(CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty reviewConfiguration) Configuration settings for evaluation reviews.reviewConfiguration(IResolvable reviewConfiguration) Configuration settings for evaluation reviews.scoringStrategy(CfnEvaluationFormPropsMixin.ScoringStrategyProperty scoringStrategy) A scoring strategy of the evaluation form.scoringStrategy(IResolvable scoringStrategy) A scoring strategy of the evaluation form.The status of the evaluation form.The tags used to organize, track, or control access for this resource.targetConfiguration(CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty targetConfiguration) Configuration that specifies the target for this evaluation form.targetConfiguration(IResolvable targetConfiguration) Configuration that specifies the target for this evaluation form.A title of the evaluation form.
-
Method Details
-
create
@Stability(Stable) public static CfnEvaluationFormPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEvaluationFormPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEvaluationFormPropsMixin.Builder.
-
autoEvaluationConfiguration
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder autoEvaluationConfiguration(IResolvable autoEvaluationConfiguration) The automatic evaluation configuration of an evaluation form.- Parameters:
autoEvaluationConfiguration- The automatic evaluation configuration of an evaluation form. This parameter is required.- Returns:
this- See Also:
-
autoEvaluationConfiguration
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder autoEvaluationConfiguration(CfnEvaluationFormPropsMixin.AutoEvaluationConfigurationProperty autoEvaluationConfiguration) The automatic evaluation configuration of an evaluation form.- Parameters:
autoEvaluationConfiguration- The automatic evaluation configuration of an evaluation form. This parameter is required.- Returns:
this- See Also:
-
description
The description of the evaluation form.Length Constraints : Minimum length of 0. Maximum length of 1024.
- Parameters:
description- The description of the evaluation form. 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:
-
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:
-
items
Items that are part of the evaluation form.The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Minimum size : 1
Maximum size : 100
- Parameters:
items- Items that are part of the evaluation form. This parameter is required.- Returns:
this- See Also:
-
items
Items that are part of the evaluation form.The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Minimum size : 1
Maximum size : 100
- Parameters:
items- Items that are part of the evaluation form. This parameter is required.- Returns:
this- See Also:
-
languageConfiguration
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder languageConfiguration(IResolvable languageConfiguration) Configuration for language settings of this evaluation form.- Parameters:
languageConfiguration- Configuration for language settings of this evaluation form. This parameter is required.- Returns:
this- See Also:
-
languageConfiguration
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder languageConfiguration(CfnEvaluationFormPropsMixin.EvaluationFormLanguageConfigurationProperty languageConfiguration) Configuration for language settings of this evaluation form.- Parameters:
languageConfiguration- Configuration for language settings of this evaluation form. This parameter is required.- Returns:
this- See Also:
-
reviewConfiguration
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder reviewConfiguration(IResolvable reviewConfiguration) Configuration settings for evaluation reviews.- Parameters:
reviewConfiguration- Configuration settings for evaluation reviews. This parameter is required.- Returns:
this- See Also:
-
reviewConfiguration
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder reviewConfiguration(CfnEvaluationFormPropsMixin.EvaluationReviewConfigurationProperty reviewConfiguration) Configuration settings for evaluation reviews.- Parameters:
reviewConfiguration- Configuration settings for evaluation reviews. This parameter is required.- Returns:
this- See Also:
-
scoringStrategy
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder scoringStrategy(IResolvable scoringStrategy) A scoring strategy of the evaluation form.- Parameters:
scoringStrategy- A scoring strategy of the evaluation form. This parameter is required.- Returns:
this- See Also:
-
scoringStrategy
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder scoringStrategy(CfnEvaluationFormPropsMixin.ScoringStrategyProperty scoringStrategy) A scoring strategy of the evaluation form.- Parameters:
scoringStrategy- A scoring strategy of the evaluation form. This parameter is required.- Returns:
this- See Also:
-
status
The status of the evaluation form.Allowed values :
DRAFT|ACTIVEDefault: - "DRAFT"
- Parameters:
status- The status of the evaluation form. This parameter is required.- Returns:
this- See Also:
-
tags
The tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this- See Also:
-
targetConfiguration
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder targetConfiguration(IResolvable targetConfiguration) Configuration that specifies the target for this evaluation form.- Parameters:
targetConfiguration- Configuration that specifies the target for this evaluation form. This parameter is required.- Returns:
this- See Also:
-
targetConfiguration
@Stability(Stable) public CfnEvaluationFormPropsMixin.Builder targetConfiguration(CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty targetConfiguration) Configuration that specifies the target for this evaluation form.- Parameters:
targetConfiguration- Configuration that specifies the target for this evaluation form. This parameter is required.- Returns:
this- See Also:
-
title
A title of the evaluation form.- Parameters:
title- A title of the evaluation form. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEvaluationFormPropsMixin>- Returns:
- a newly built instance of
CfnEvaluationFormPropsMixin.
-