Interface GuardrailPolicyResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailPolicyResult.Builder,,GuardrailPolicyResult> SdkBuilder<GuardrailPolicyResult.Builder,,GuardrailPolicyResult> SdkPojo
- Enclosing class:
GuardrailPolicyResult
@Mutable
@NotThreadSafe
public static interface GuardrailPolicyResult.Builder
extends SdkPojo, CopyableBuilder<GuardrailPolicyResult.Builder,GuardrailPolicyResult>
-
Method Summary
Modifier and TypeMethodDescriptionOutcome of this specific policy.action(GuardrailAction action) Outcome of this specific policy.Policy-specific detail.policyType(String policyType) The type of guardrail policy that was evaluated.policyType(GuardrailPolicyType policyType) The type of guardrail policy that was evaluated.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
-
policyType
The type of guardrail policy that was evaluated.
- Parameters:
policyType- The type of guardrail policy that was evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyType
The type of guardrail policy that was evaluated.
- Parameters:
policyType- The type of guardrail policy that was evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
Outcome of this specific policy.
- Parameters:
action- Outcome of this specific policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
Outcome of this specific policy.
- Parameters:
action- Outcome of this specific policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
details
Policy-specific detail.
- Parameters:
details- Policy-specific detail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-