Interface GuardrailChecksSensitiveInformationEntityConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailChecksSensitiveInformationEntityConfig.Builder,,GuardrailChecksSensitiveInformationEntityConfig> SdkBuilder<GuardrailChecksSensitiveInformationEntityConfig.Builder,,GuardrailChecksSensitiveInformationEntityConfig> SdkPojo
- Enclosing class:
GuardrailChecksSensitiveInformationEntityConfig
@Mutable
@NotThreadSafe
public static interface GuardrailChecksSensitiveInformationEntityConfig.Builder
extends SdkPojo, CopyableBuilder<GuardrailChecksSensitiveInformationEntityConfig.Builder,GuardrailChecksSensitiveInformationEntityConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe PII entity type to detect.The PII entity type to detect.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
-
type
The PII entity type to detect.
- Parameters:
type- The PII entity type to detect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
GuardrailChecksSensitiveInformationEntityConfig.Builder type(GuardrailChecksSensitiveInformationEntityType type) The PII entity type to detect.
- Parameters:
type- The PII entity type to detect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-