Interface CreateAiGuardrailVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAiGuardrailVersionRequest.Builder,CreateAiGuardrailVersionRequest>,QConnectRequest.Builder,SdkBuilder<CreateAiGuardrailVersionRequest.Builder,CreateAiGuardrailVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAiGuardrailVersionRequest
public static interface CreateAiGuardrailVersionRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateAiGuardrailVersionRequest.Builder,CreateAiGuardrailVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAiGuardrailVersionRequest.BuilderaiGuardrailId(String aiGuardrailId)The identifier of the Amazon Q in Connect AI Guardrail.CreateAiGuardrailVersionRequest.BuilderassistantId(String assistantId)The identifier of the Amazon Q in Connect assistant.CreateAiGuardrailVersionRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateAiGuardrailVersionRequest.BuildermodifiedTime(Instant modifiedTime)The time the AI Guardrail was last modified.CreateAiGuardrailVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAiGuardrailVersionRequest.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
-
aiGuardrailId
CreateAiGuardrailVersionRequest.Builder aiGuardrailId(String aiGuardrailId)
The identifier of the Amazon Q in Connect AI Guardrail.
- Parameters:
aiGuardrailId- The identifier of the Amazon Q in Connect AI Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assistantId
CreateAiGuardrailVersionRequest.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
CreateAiGuardrailVersionRequest.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
CreateAiGuardrailVersionRequest.Builder modifiedTime(Instant modifiedTime)
The time the AI Guardrail was last modified.
- Parameters:
modifiedTime- The time the AI Guardrail was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAiGuardrailVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAiGuardrailVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-