Interface GuardrailPiiEntityConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailPiiEntityConfig.Builder,
,GuardrailPiiEntityConfig> SdkBuilder<GuardrailPiiEntityConfig.Builder,
,GuardrailPiiEntityConfig> SdkPojo
- Enclosing class:
GuardrailPiiEntityConfig
public static interface GuardrailPiiEntityConfig.Builder
extends SdkPojo, CopyableBuilder<GuardrailPiiEntityConfig.Builder,GuardrailPiiEntityConfig>
-
Method Summary
Modifier and TypeMethodDescriptionConfigure guardrail action when the PII entity is detected.Configure guardrail action when the PII entity is detected.Configure guardrail type when the PII entity is detected.type
(GuardrailPiiEntityType type) Configure guardrail type when the PII entity is detected.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
-
type
Configure guardrail type when the PII entity is detected.
- Parameters:
type
- Configure guardrail type when the PII entity is detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Configure guardrail type when the PII entity is detected.
- Parameters:
type
- Configure guardrail type when the PII entity is detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
Configure guardrail action when the PII entity is detected.
- Parameters:
action
- Configure guardrail action when the PII entity is detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
Configure guardrail action when the PII entity is detected.
- Parameters:
action
- Configure guardrail action when the PII entity is detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-