Interface BatchGetCustomEntityTypesResponse.Builder

    • Method Detail

      • customEntityTypes

        BatchGetCustomEntityTypesResponse.Builder customEntityTypes​(Collection<CustomEntityType> customEntityTypes)

        A list of CustomEntityType objects representing the custom patterns that have been created.

        Parameters:
        customEntityTypes - A list of CustomEntityType objects representing the custom patterns that have been created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customEntityTypes

        BatchGetCustomEntityTypesResponse.Builder customEntityTypes​(CustomEntityType... customEntityTypes)

        A list of CustomEntityType objects representing the custom patterns that have been created.

        Parameters:
        customEntityTypes - A list of CustomEntityType objects representing the custom patterns that have been created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customEntityTypesNotFound

        BatchGetCustomEntityTypesResponse.Builder customEntityTypesNotFound​(Collection<String> customEntityTypesNotFound)

        A list of the names of custom patterns that were not found.

        Parameters:
        customEntityTypesNotFound - A list of the names of custom patterns that were not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customEntityTypesNotFound

        BatchGetCustomEntityTypesResponse.Builder customEntityTypesNotFound​(String... customEntityTypesNotFound)

        A list of the names of custom patterns that were not found.

        Parameters:
        customEntityTypesNotFound - A list of the names of custom patterns that were not found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.