Interface GuardrailUsage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailUsage.Builder,
,GuardrailUsage> SdkBuilder<GuardrailUsage.Builder,
,GuardrailUsage> SdkPojo
- Enclosing class:
GuardrailUsage
public static interface GuardrailUsage.Builder
extends SdkPojo, CopyableBuilder<GuardrailUsage.Builder,GuardrailUsage>
-
Method Summary
Modifier and TypeMethodDescriptioncontentPolicyUnits
(Integer contentPolicyUnits) The content policy units processed by the guardrail.contextualGroundingPolicyUnits
(Integer contextualGroundingPolicyUnits) The contextual grounding policy units processed by the guardrail.sensitiveInformationPolicyFreeUnits
(Integer sensitiveInformationPolicyFreeUnits) The sensitive information policy free units processed by the guardrail.sensitiveInformationPolicyUnits
(Integer sensitiveInformationPolicyUnits) The sensitive information policy units processed by the guardrail.topicPolicyUnits
(Integer topicPolicyUnits) The topic policy units processed by the guardrail.wordPolicyUnits
(Integer wordPolicyUnits) The word policy units processed by the guardrail.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
topicPolicyUnits
The topic policy units processed by the guardrail.
- Parameters:
topicPolicyUnits
- The topic policy units processed by the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentPolicyUnits
The content policy units processed by the guardrail.
- Parameters:
contentPolicyUnits
- The content policy units processed by the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wordPolicyUnits
The word policy units processed by the guardrail.
- Parameters:
wordPolicyUnits
- The word policy units processed by the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sensitiveInformationPolicyUnits
The sensitive information policy units processed by the guardrail.
- Parameters:
sensitiveInformationPolicyUnits
- The sensitive information policy units processed by the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sensitiveInformationPolicyFreeUnits
GuardrailUsage.Builder sensitiveInformationPolicyFreeUnits(Integer sensitiveInformationPolicyFreeUnits) The sensitive information policy free units processed by the guardrail.
- Parameters:
sensitiveInformationPolicyFreeUnits
- The sensitive information policy free units processed by the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextualGroundingPolicyUnits
The contextual grounding policy units processed by the guardrail.
- Parameters:
contextualGroundingPolicyUnits
- The contextual grounding policy units processed by the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-