public static interface SuppressDataIdentifier.Builder extends SdkPojo, CopyableBuilder<SuppressDataIdentifier.Builder,SuppressDataIdentifier>
| Modifier and Type | Method and Description |
|---|---|
SuppressDataIdentifier.Builder |
id(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the type of
sensitive data to exclude or include in the score.
|
SuppressDataIdentifier.Builder |
type(DataIdentifierType type)
The type of data identifier that detected the sensitive data.
|
SuppressDataIdentifier.Builder |
type(String type)
The type of data identifier that detected the sensitive data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuppressDataIdentifier.Builder id(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the type of sensitive data to exclude or include in the score.
id - The unique identifier for the custom data identifier or managed data identifier that detected the type
of sensitive data to exclude or include in the score.SuppressDataIdentifier.Builder type(String type)
The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.
type - The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a
custom data identifier; and, MANAGED, for a managed data identifier.DataIdentifierType,
DataIdentifierTypeSuppressDataIdentifier.Builder type(DataIdentifierType type)
The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.
type - The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a
custom data identifier; and, MANAGED, for a managed data identifier.DataIdentifierType,
DataIdentifierTypeCopyright © 2023. All rights reserved.