Interface AIGuardrailAssessment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIGuardrailAssessment.Builder,,AIGuardrailAssessment> SdkBuilder<AIGuardrailAssessment.Builder,,AIGuardrailAssessment> SdkPojo
- Enclosing class:
AIGuardrailAssessment
@Mutable
@NotThreadSafe
public static interface AIGuardrailAssessment.Builder
extends SdkPojo, CopyableBuilder<AIGuardrailAssessment.Builder,AIGuardrailAssessment>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the AI Guardrail blocked the content.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
-
blocked
Indicates whether the AI Guardrail blocked the content.
- Parameters:
blocked- Indicates whether the AI Guardrail blocked the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-