Uses of Interface
software.amazon.awssdk.services.macie2.model.SuppressDataIdentifier.Builder
-
Packages that use SuppressDataIdentifier.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SuppressDataIdentifier.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return SuppressDataIdentifier.Builder Modifier and Type Method Description static SuppressDataIdentifier.BuilderSuppressDataIdentifier. builder()SuppressDataIdentifier.BuilderSuppressDataIdentifier.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.BuilderSuppressDataIdentifier. toBuilder()SuppressDataIdentifier.BuilderSuppressDataIdentifier.Builder. type(String type)The type of data identifier that detected the sensitive data.SuppressDataIdentifier.BuilderSuppressDataIdentifier.Builder. type(DataIdentifierType type)The type of data identifier that detected the sensitive data.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SuppressDataIdentifier.Builder Modifier and Type Method Description static Class<? extends SuppressDataIdentifier.Builder>SuppressDataIdentifier. serializableBuilderClass()
-