Interface CreateDictionaryRequest.Builder

  • Method Details

    • name

      A user-friendly name for this dictionary.

      Parameters:
      name - A user-friendly name for this dictionary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • language

      The language of the dictionary entries. Specify the language using an ISO 639-2/T three-letter code. Supported values: eng, fra, ita, deu, spa, por.

      Parameters:
      language - The language of the dictionary entries. Specify the language using an ISO 639-2/T three-letter code. Supported values: eng, fra, ita, deu, spa, por.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • language

      The language of the dictionary entries. Specify the language using an ISO 639-2/T three-letter code. Supported values: eng, fra, ita, deu, spa, por.

      Parameters:
      language - The language of the dictionary entries. Specify the language using an ISO 639-2/T three-letter code. Supported values: eng, fra, ita, deu, spa, por.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entries

      The dictionary entries payload. Contains the custom words and phrases for the dictionary. Maximum size is 40,960 characters.

      Parameters:
      entries - The dictionary entries payload. Contains the custom words and phrases for the dictionary. Maximum size is 40,960 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Optional tags to associate with the dictionary.

      Parameters:
      tags - Optional tags to associate with the dictionary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateDictionaryRequest.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.