Class CfnAIAgent.AssociationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAIAgent.AssociationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgent.AssociationConfigurationProperty>
- Enclosing interface:
CfnAIAgent.AssociationConfigurationProperty
@Stability(Stable)
public static final class CfnAIAgent.AssociationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgent.AssociationConfigurationProperty>
A builder for
CfnAIAgent.AssociationConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociationConfigurationData(IResolvable associationConfigurationData) associationConfigurationData(CfnAIAgent.AssociationConfigurationDataProperty associationConfigurationData) associationId(String associationId) Sets the value ofCfnAIAgent.AssociationConfigurationProperty.getAssociationId()associationType(String associationType) Sets the value ofCfnAIAgent.AssociationConfigurationProperty.getAssociationType()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
associationConfigurationData
@Stability(Stable) public CfnAIAgent.AssociationConfigurationProperty.Builder associationConfigurationData(IResolvable associationConfigurationData) - Parameters:
associationConfigurationData- A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.- Returns:
this
-
associationConfigurationData
@Stability(Stable) public CfnAIAgent.AssociationConfigurationProperty.Builder associationConfigurationData(CfnAIAgent.AssociationConfigurationDataProperty associationConfigurationData) - Parameters:
associationConfigurationData- A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.- Returns:
this
-
associationId
@Stability(Stable) public CfnAIAgent.AssociationConfigurationProperty.Builder associationId(String associationId) Sets the value ofCfnAIAgent.AssociationConfigurationProperty.getAssociationId()- Parameters:
associationId- The identifier of the association for this Association Configuration.- Returns:
this
-
associationType
@Stability(Stable) public CfnAIAgent.AssociationConfigurationProperty.Builder associationType(String associationType) Sets the value ofCfnAIAgent.AssociationConfigurationProperty.getAssociationType()- Parameters:
associationType- The type of the association for this Association Configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAIAgent.AssociationConfigurationProperty>- Returns:
- a new instance of
CfnAIAgent.AssociationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-