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 action of the Guardrail filter to identify and remove PII.The action of the Guardrail filter to identify and remove PII.The match to settings in the Guardrail filter to identify and remove PII.The type of PII the Guardrail filter has identified and removed.type(GuardrailPiiEntityType type) The type of PII the Guardrail filter has identified and removed.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
-
action
The action of the Guardrail filter to identify and remove PII.
- Parameters:
action- The action of the Guardrail filter to identify and remove PII.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action of the Guardrail filter to identify and remove PII.
- Parameters:
action- The action of the Guardrail filter to identify and remove PII.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
match
The match to settings in the Guardrail filter to identify and remove PII.
- Parameters:
match- The match to settings in the Guardrail filter to identify and remove PII.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of PII the Guardrail filter has identified and removed.
- Parameters:
type- The type of PII the Guardrail filter has identified and removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of PII the Guardrail filter has identified and removed.
- Parameters:
type- The type of PII the Guardrail filter has identified and removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-