Interface GuardrailPiiEntityFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailPiiEntityFilter.Builder,,GuardrailPiiEntityFilter> SdkBuilder<GuardrailPiiEntityFilter.Builder,,GuardrailPiiEntityFilter> SdkPojo
- Enclosing class:
- GuardrailPiiEntityFilter
@Mutable
@NotThreadSafe
public static interface GuardrailPiiEntityFilter.Builder
extends SdkPojo, CopyableBuilder<GuardrailPiiEntityFilter.Builder,GuardrailPiiEntityFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe PII entity filter action.The PII entity filter action.Indicates whether personally identifiable information (PII) that breaches the guardrail configuration is detected.The PII entity filter match.The PII entity filter type.type(GuardrailPiiEntityType type) The PII entity filter type.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
-
match
The PII entity filter match.
- Parameters:
match- The PII entity filter match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The PII entity filter type.
- Parameters:
type- The PII entity filter type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The PII entity filter type.
- Parameters:
type- The PII entity filter type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The PII entity filter action.
- Parameters:
action- The PII entity filter action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The PII entity filter action.
- Parameters:
action- The PII entity filter action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
detected
Indicates whether personally identifiable information (PII) that breaches the guardrail configuration is detected.
- Parameters:
detected- Indicates whether personally identifiable information (PII) that breaches the guardrail configuration is detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-