Interface CreateAiAgentVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAiAgentVersionRequest.Builder,CreateAiAgentVersionRequest>,QConnectRequest.Builder,SdkBuilder<CreateAiAgentVersionRequest.Builder,CreateAiAgentVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAiAgentVersionRequest
public static interface CreateAiAgentVersionRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateAiAgentVersionRequest.Builder,CreateAiAgentVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAiAgentVersionRequest.BuilderaiAgentId(String aiAgentId)The identifier of the Amazon Q in Connect AI Agent.CreateAiAgentVersionRequest.BuilderassistantId(String assistantId)The identifier of the Amazon Q in Connect assistant.CreateAiAgentVersionRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateAiAgentVersionRequest.BuildermodifiedTime(Instant modifiedTime)The modification time of the AI Agent should be tracked for version creation.CreateAiAgentVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAiAgentVersionRequest.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
-
aiAgentId
CreateAiAgentVersionRequest.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
CreateAiAgentVersionRequest.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
CreateAiAgentVersionRequest.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.
-
modifiedTime
CreateAiAgentVersionRequest.Builder modifiedTime(Instant modifiedTime)
The modification time of the AI Agent should be tracked for version creation. This field should be specified to avoid version creation when simultaneous update to the underlying AI Agent are possible. The value should be the modifiedTime returned from the request to create or update an AI Agent so that version creation can fail if an update to the AI Agent post the specified modification time has been made.
- Parameters:
modifiedTime- The modification time of the AI Agent should be tracked for version creation. This field should be specified to avoid version creation when simultaneous update to the underlying AI Agent are possible. The value should be the modifiedTime returned from the request to create or update an AI Agent so that version creation can fail if an update to the AI Agent post the specified modification time has been made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAiAgentVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAiAgentVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-