| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.builder() |
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypes(Consumer<CustomEntityType.Builder>... customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypes(CustomEntityType... customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypesNotFound(Collection<String> customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypesNotFound(String... customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetCustomEntityTypesResponse.Builder> |
BatchGetCustomEntityTypesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.