Class CfnAIAgentPropsMixin.AssociationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAIAgentPropsMixin.AssociationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgentPropsMixin.AssociationConfigurationProperty>
- Enclosing interface:
CfnAIAgentPropsMixin.AssociationConfigurationProperty
@Stability(Stable)
public static final class CfnAIAgentPropsMixin.AssociationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgentPropsMixin.AssociationConfigurationProperty>
A builder for
CfnAIAgentPropsMixin.AssociationConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociationConfigurationData(CfnAIAgentPropsMixin.AssociationConfigurationDataProperty associationConfigurationData) associationConfigurationData(IResolvable associationConfigurationData) associationId(String associationId) Sets the value ofCfnAIAgentPropsMixin.AssociationConfigurationProperty.getAssociationId()associationType(String associationType) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
associationConfigurationData
@Stability(Stable) public CfnAIAgentPropsMixin.AssociationConfigurationProperty.Builder associationConfigurationData(IResolvable associationConfigurationData) Sets the value ofCfnAIAgentPropsMixin.AssociationConfigurationProperty.getAssociationConfigurationData()- 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 CfnAIAgentPropsMixin.AssociationConfigurationProperty.Builder associationConfigurationData(CfnAIAgentPropsMixin.AssociationConfigurationDataProperty associationConfigurationData) Sets the value ofCfnAIAgentPropsMixin.AssociationConfigurationProperty.getAssociationConfigurationData()- 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 CfnAIAgentPropsMixin.AssociationConfigurationProperty.Builder associationId(String associationId) Sets the value ofCfnAIAgentPropsMixin.AssociationConfigurationProperty.getAssociationId()- Parameters:
associationId- The identifier of the association for this Association Configuration.- Returns:
this
-
associationType
@Stability(Stable) public CfnAIAgentPropsMixin.AssociationConfigurationProperty.Builder associationType(String associationType) - 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<CfnAIAgentPropsMixin.AssociationConfigurationProperty>- Returns:
- a new instance of
CfnAIAgentPropsMixin.AssociationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-