Interface BatchDetectDominantLanguageRequest.Builder

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

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

    • textList

      A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters. 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. Each document should contain at least 20 characters. 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. Each document should contain at least 20 characters. 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. Each document should contain at least 20 characters. The maximum size of each document is 5 KB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.