public static interface BatchGetCustomEntityTypesResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetCustomEntityTypesResponse.Builder,BatchGetCustomEntityTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomEntityTypesResponse.Builder |
customEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResponse.Builder |
customEntityTypes(Consumer<CustomEntityType.Builder>... customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResponse.Builder |
customEntityTypes(CustomEntityType... customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResponse.Builder |
customEntityTypesNotFound(Collection<String> customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
|
BatchGetCustomEntityTypesResponse.Builder |
customEntityTypesNotFound(String... customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCustomEntityTypesResponse.Builder customEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of CustomEntityType objects representing the custom patterns that have been created.
customEntityTypes - A list of CustomEntityType objects representing the custom patterns that have been
created.BatchGetCustomEntityTypesResponse.Builder customEntityTypes(CustomEntityType... customEntityTypes)
A list of CustomEntityType objects representing the custom patterns that have been created.
customEntityTypes - A list of CustomEntityType objects representing the custom patterns that have been
created.BatchGetCustomEntityTypesResponse.Builder customEntityTypes(Consumer<CustomEntityType.Builder>... customEntityTypes)
A list of CustomEntityType objects representing the custom patterns that have been created.
CustomEntityType.Builder avoiding the need to create one
manually via CustomEntityType.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #customEntityTypes(List.
customEntityTypes - a consumer that will call methods on
CustomEntityType.Builder#customEntityTypes(java.util.Collection) BatchGetCustomEntityTypesResponse.Builder customEntityTypesNotFound(Collection<String> customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
customEntityTypesNotFound - A list of the names of custom patterns that were not found.BatchGetCustomEntityTypesResponse.Builder customEntityTypesNotFound(String... customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
customEntityTypesNotFound - A list of the names of custom patterns that were not found.Copyright © 2023. All rights reserved.