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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailPiiEntityFilter.Builderaction(String action)The action of the Guardrail filter to identify and remove PII.GuardrailPiiEntityFilter.Builderaction(GuardrailSensitiveInformationPolicyAction action)The action of the Guardrail filter to identify and remove PII.GuardrailPiiEntityFilter.Buildermatch(String match)The match to settings in the Guardrail filter to identify and remove PII.GuardrailPiiEntityFilter.Buildertype(String type)The type of PII the Guardrail filter has identified and removed.GuardrailPiiEntityFilter.Buildertype(GuardrailPiiEntityType type)The type of PII the Guardrail filter has identified and removed.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
action
GuardrailPiiEntityFilter.Builder action(String 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:
GuardrailSensitiveInformationPolicyAction,GuardrailSensitiveInformationPolicyAction
-
action
GuardrailPiiEntityFilter.Builder action(GuardrailSensitiveInformationPolicyAction 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:
GuardrailSensitiveInformationPolicyAction,GuardrailSensitiveInformationPolicyAction
-
match
GuardrailPiiEntityFilter.Builder match(String 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
GuardrailPiiEntityFilter.Builder type(String 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:
GuardrailPiiEntityType,GuardrailPiiEntityType
-
type
GuardrailPiiEntityFilter.Builder type(GuardrailPiiEntityType 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:
GuardrailPiiEntityType,GuardrailPiiEntityType
-
-