Interface GuardrailChecksContentFilterResultEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailChecksContentFilterResultEntry.Builder,,GuardrailChecksContentFilterResultEntry> SdkBuilder<GuardrailChecksContentFilterResultEntry.Builder,,GuardrailChecksContentFilterResultEntry> SdkPojo
- Enclosing class:
- GuardrailChecksContentFilterResultEntry
@Mutable
@NotThreadSafe
public static interface GuardrailChecksContentFilterResultEntry.Builder
extends SdkPojo, CopyableBuilder<GuardrailChecksContentFilterResultEntry.Builder,GuardrailChecksContentFilterResultEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe content filter category that was evaluated.category(GuardrailChecksContentFilterCategory category) The content filter category that was evaluated.severityScore(Double severityScore) The severity score for the category, ranging from 0.0 to 1.0.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
-
category
The content filter category that was evaluated.
- Parameters:
category- The content filter category that was evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
GuardrailChecksContentFilterResultEntry.Builder category(GuardrailChecksContentFilterCategory category) The content filter category that was evaluated.
- Parameters:
category- The content filter category that was evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severityScore
The severity score for the category, ranging from 0.0 to 1.0. Higher values indicate greater severity.
- Parameters:
severityScore- The severity score for the category, ranging from 0.0 to 1.0. Higher values indicate greater severity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-