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