Interface UpdateAssistantAiAgentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAssistantAiAgentRequest.Builder,UpdateAssistantAiAgentRequest>,QConnectRequest.Builder,SdkBuilder<UpdateAssistantAiAgentRequest.Builder,UpdateAssistantAiAgentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAssistantAiAgentRequest
public static interface UpdateAssistantAiAgentRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssistantAiAgentRequest.Builder,UpdateAssistantAiAgentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateAssistantAiAgentRequest.BuilderaiAgentType(String aiAgentType)The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.UpdateAssistantAiAgentRequest.BuilderaiAgentType(AIAgentType aiAgentType)The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.UpdateAssistantAiAgentRequest.BuilderassistantId(String assistantId)The identifier of the Amazon Q in Connect assistant.default UpdateAssistantAiAgentRequest.Builderconfiguration(Consumer<AIAgentConfigurationData.Builder> configuration)The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.UpdateAssistantAiAgentRequest.Builderconfiguration(AIAgentConfigurationData configuration)The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.UpdateAssistantAiAgentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAssistantAiAgentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qconnect.model.QConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
aiAgentType
UpdateAssistantAiAgentRequest.Builder aiAgentType(String aiAgentType)
The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
- Parameters:
aiAgentType- The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIAgentType,AIAgentType
-
aiAgentType
UpdateAssistantAiAgentRequest.Builder aiAgentType(AIAgentType aiAgentType)
The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
- Parameters:
aiAgentType- The type of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIAgentType,AIAgentType
-
assistantId
UpdateAssistantAiAgentRequest.Builder assistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
assistantId- The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
UpdateAssistantAiAgentRequest.Builder configuration(AIAgentConfigurationData configuration)
The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
- Parameters:
configuration- The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default UpdateAssistantAiAgentRequest.Builder configuration(Consumer<AIAgentConfigurationData.Builder> configuration)
The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.
This is a convenience method that creates an instance of theAIAgentConfigurationData.Builderavoiding the need to create one manually viaAIAgentConfigurationData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(AIAgentConfigurationData).- Parameters:
configuration- a consumer that will call methods onAIAgentConfigurationData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(AIAgentConfigurationData)
-
overrideConfiguration
UpdateAssistantAiAgentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAssistantAiAgentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-