Uses of Interface
software.amazon.awssdk.services.glue.model.CustomEntityType.Builder
-
Packages that use CustomEntityType.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CustomEntityType.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CustomEntityType.Builder Modifier and Type Method Description static CustomEntityType.BuilderCustomEntityType. builder()CustomEntityType.BuilderCustomEntityType.Builder. contextWords(String... contextWords)A list of context words.CustomEntityType.BuilderCustomEntityType.Builder. contextWords(Collection<String> contextWords)A list of context words.CustomEntityType.BuilderCustomEntityType.Builder. name(String name)A name for the custom pattern that allows it to be retrieved or deleted later.CustomEntityType.BuilderCustomEntityType.Builder. regexString(String regexString)A regular expression string that is used for detecting sensitive data in a custom pattern.CustomEntityType.BuilderCustomEntityType. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CustomEntityType.Builder Modifier and Type Method Description static Class<? extends CustomEntityType.Builder>CustomEntityType. serializableBuilderClass()
-