Class CfnAIAgent.UserInteractionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAIAgent.UserInteractionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgent.UserInteractionConfigurationProperty>
- Enclosing interface:
CfnAIAgent.UserInteractionConfigurationProperty
@Stability(Stable)
public static final class CfnAIAgent.UserInteractionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgent.UserInteractionConfigurationProperty>
A builder for
CfnAIAgent.UserInteractionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.isUserConfirmationRequired(Boolean isUserConfirmationRequired) isUserConfirmationRequired(IResolvable isUserConfirmationRequired)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
isUserConfirmationRequired
@Stability(Stable) public CfnAIAgent.UserInteractionConfigurationProperty.Builder isUserConfirmationRequired(Boolean isUserConfirmationRequired) - Parameters:
isUserConfirmationRequired- the value to be set.- Returns:
this
-
isUserConfirmationRequired
@Stability(Stable) public CfnAIAgent.UserInteractionConfigurationProperty.Builder isUserConfirmationRequired(IResolvable isUserConfirmationRequired) - Parameters:
isUserConfirmationRequired- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAIAgent.UserInteractionConfigurationProperty>- Returns:
- a new instance of
CfnAIAgent.UserInteractionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-