Interface PIIEntitiesConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PIIEntitiesConfiguration.Builder,,PIIEntitiesConfiguration> SdkBuilder<PIIEntitiesConfiguration.Builder,,PIIEntitiesConfiguration> SdkPojo
- Enclosing class:
PIIEntitiesConfiguration
@Mutable
@NotThreadSafe
public static interface PIIEntitiesConfiguration.Builder
extends SdkPojo, CopyableBuilder<PIIEntitiesConfiguration.Builder,PIIEntitiesConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionpiiEntityTypes(Collection<PIIEntityType> piiEntityTypes) Types of PII entities to detectpiiEntityTypes(PIIEntityType... piiEntityTypes) Types of PII entities to detectpiiEntityTypesWithStrings(String... piiEntityTypes) Types of PII entities to detectpiiEntityTypesWithStrings(Collection<String> piiEntityTypes) Types of PII entities to detectredactionMaskMode(String redactionMaskMode) Mode for redacting detected PIIredactionMaskMode(PIIRedactionMaskMode redactionMaskMode) Mode for redacting detected PIIMethods 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
-
piiEntityTypesWithStrings
Types of PII entities to detect
- Parameters:
piiEntityTypes- Types of PII entities to detect- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
piiEntityTypesWithStrings
Types of PII entities to detect
- Parameters:
piiEntityTypes- Types of PII entities to detect- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
piiEntityTypes
Types of PII entities to detect
- Parameters:
piiEntityTypes- Types of PII entities to detect- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
piiEntityTypes
Types of PII entities to detect
- Parameters:
piiEntityTypes- Types of PII entities to detect- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redactionMaskMode
Mode for redacting detected PII
- Parameters:
redactionMaskMode- Mode for redacting detected PII- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
redactionMaskMode
Mode for redacting detected PII
- Parameters:
redactionMaskMode- Mode for redacting detected PII- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-