Interface UpdateAiAgentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAiAgentRequest.Builder,UpdateAiAgentRequest>,QConnectRequest.Builder,SdkBuilder<UpdateAiAgentRequest.Builder,UpdateAiAgentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAiAgentRequest
public static interface UpdateAiAgentRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateAiAgentRequest.Builder,UpdateAiAgentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateAiAgentRequest.BuilderaiAgentId(String aiAgentId)The identifier of the Amazon Q in Connect AI Agent.UpdateAiAgentRequest.BuilderassistantId(String assistantId)The identifier of the Amazon Q in Connect assistant.UpdateAiAgentRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.default UpdateAiAgentRequest.Builderconfiguration(Consumer<AIAgentConfiguration.Builder> configuration)The configuration of the Amazon Q in Connect AI Agent.UpdateAiAgentRequest.Builderconfiguration(AIAgentConfiguration configuration)The configuration of the Amazon Q in Connect AI Agent.UpdateAiAgentRequest.Builderdescription(String description)The description of the Amazon Q in Connect AI Agent.UpdateAiAgentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAiAgentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAiAgentRequest.BuildervisibilityStatus(String visibilityStatus)The visbility status of the Amazon Q in Connect AI Agent.UpdateAiAgentRequest.BuildervisibilityStatus(VisibilityStatus visibilityStatus)The visbility status of the Amazon Q in Connect AI Agent.-
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
-
aiAgentId
UpdateAiAgentRequest.Builder aiAgentId(String aiAgentId)
The identifier of the Amazon Q in Connect AI Agent.
- Parameters:
aiAgentId- The identifier of the Amazon Q in Connect AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assistantId
UpdateAiAgentRequest.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.
-
clientToken
UpdateAiAgentRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs..
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
UpdateAiAgentRequest.Builder configuration(AIAgentConfiguration configuration)
The configuration of the Amazon Q in Connect AI Agent.
- Parameters:
configuration- The configuration of the Amazon Q in Connect AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default UpdateAiAgentRequest.Builder configuration(Consumer<AIAgentConfiguration.Builder> configuration)
The configuration of the Amazon Q in Connect AI Agent.
This is a convenience method that creates an instance of theAIAgentConfiguration.Builderavoiding the need to create one manually viaAIAgentConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(AIAgentConfiguration).- Parameters:
configuration- a consumer that will call methods onAIAgentConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(AIAgentConfiguration)
-
description
UpdateAiAgentRequest.Builder description(String description)
The description of the Amazon Q in Connect AI Agent.
- Parameters:
description- The description of the Amazon Q in Connect AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibilityStatus
UpdateAiAgentRequest.Builder visibilityStatus(String visibilityStatus)
The visbility status of the Amazon Q in Connect AI Agent.
- Parameters:
visibilityStatus- The visbility status of the Amazon Q in Connect AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VisibilityStatus,VisibilityStatus
-
visibilityStatus
UpdateAiAgentRequest.Builder visibilityStatus(VisibilityStatus visibilityStatus)
The visbility status of the Amazon Q in Connect AI Agent.
- Parameters:
visibilityStatus- The visbility status of the Amazon Q in Connect AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VisibilityStatus,VisibilityStatus
-
overrideConfiguration
UpdateAiAgentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAiAgentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-