Uses of Interface
software.amazon.awssdk.services.macie2.model.AllowListCriteria.Builder
-
Packages that use AllowListCriteria.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of AllowListCriteria.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return AllowListCriteria.Builder Modifier and Type Method Description static AllowListCriteria.BuilderAllowListCriteria. builder()AllowListCriteria.BuilderAllowListCriteria.Builder. regex(String regex)The regular expression (regex) that defines the text pattern to ignore.default AllowListCriteria.BuilderAllowListCriteria.Builder. s3WordsList(Consumer<S3WordsList.Builder> s3WordsList)The location and name of the S3 object that lists specific text to ignore.AllowListCriteria.BuilderAllowListCriteria.Builder. s3WordsList(S3WordsList s3WordsList)The location and name of the S3 object that lists specific text to ignore.AllowListCriteria.BuilderAllowListCriteria. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AllowListCriteria.Builder Modifier and Type Method Description static Class<? extends AllowListCriteria.Builder>AllowListCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type AllowListCriteria.Builder Modifier and Type Method Description default CreateAllowListRequest.BuilderCreateAllowListRequest.Builder. criteria(Consumer<AllowListCriteria.Builder> criteria)The criteria that specify the text or text pattern to ignore.default GetAllowListResponse.BuilderGetAllowListResponse.Builder. criteria(Consumer<AllowListCriteria.Builder> criteria)The criteria that specify the text or text pattern to ignore.default UpdateAllowListRequest.BuilderUpdateAllowListRequest.Builder. criteria(Consumer<AllowListCriteria.Builder> criteria)The criteria that specify the text or text pattern to ignore.
-