Interface AgenticRetrieveGuardrailWarning.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgenticRetrieveGuardrailWarning.Builder,,AgenticRetrieveGuardrailWarning> SdkBuilder<AgenticRetrieveGuardrailWarning.Builder,,AgenticRetrieveGuardrailWarning> SdkPojo
- Enclosing class:
AgenticRetrieveGuardrailWarning
@Mutable
@NotThreadSafe
public static interface AgenticRetrieveGuardrailWarning.Builder
extends SdkPojo, CopyableBuilder<AgenticRetrieveGuardrailWarning.Builder,AgenticRetrieveGuardrailWarning>
-
Method Summary
Modifier and TypeMethodDescriptionThe action taken by the guardrail.action(GuardrailAction action) The action taken by the guardrail.The unique identifier of the guardrail.A message describing the guardrail evaluation result.The version of the guardrail.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
action
The action taken by the guardrail.
- Parameters:
action- The action taken by the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action taken by the guardrail.
- Parameters:
action- The action taken by the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
id
The unique identifier of the guardrail.
- Parameters:
id- The unique identifier of the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message describing the guardrail evaluation result.
- Parameters:
message- A message describing the guardrail evaluation result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the guardrail.
- Parameters:
version- The version of the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-