| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.builder() |
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.Builder.contextWords(Collection<String> contextWords)
A list of context words if specified when you created the custom pattern.
|
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.Builder.contextWords(String... contextWords)
A list of context words if specified when you created the custom pattern.
|
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.Builder.name(String name)
The name of the custom pattern that you retrieved.
|
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.Builder.regexString(String regexString)
A regular expression string that is used for detecting sensitive data in a custom pattern.
|
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCustomEntityTypeResponse.Builder> |
GetCustomEntityTypeResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.