Interface BatchDetectEntitiesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, ComprehendRequest.Builder, CopyableBuilder<BatchDetectEntitiesRequest.Builder,BatchDetectEntitiesRequest>, SdkBuilder<BatchDetectEntitiesRequest.Builder,BatchDetectEntitiesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
BatchDetectEntitiesRequest

public static interface BatchDetectEntitiesRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<BatchDetectEntitiesRequest.Builder,BatchDetectEntitiesRequest>
  • Method Details

    • textList

      A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size of each document is 5 KB.

      Parameters:
      textList - A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size of each document is 5 KB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • textList

      A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size of each document is 5 KB.

      Parameters:
      textList - A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. The maximum size of each document is 5 KB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • languageCode

      BatchDetectEntitiesRequest.Builder languageCode(String languageCode)

      The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.

      Parameters:
      languageCode - The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • languageCode

      The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.

      Parameters:
      languageCode - The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      BatchDetectEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.