Interface CreateDictionaryResponse.Builder

  • Method Details

    • name

      The name that you specified in the request.

      Parameters:
      name - The name that you specified in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The ARN of the dictionary.

      Parameters:
      arn - The ARN of the dictionary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      A unique ID that Elemental Inference assigns to the dictionary.

      Parameters:
      id - A unique ID that Elemental Inference assigns to the dictionary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • language

      The language of the dictionary.

      Parameters:
      language - The language of the dictionary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • language

      The language of the dictionary.

      Parameters:
      language - The language of the dictionary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the dictionary. After creation succeeds, the status will be AVAILABLE.

      Parameters:
      status - The current status of the dictionary. After creation succeeds, the status will be AVAILABLE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the dictionary. After creation succeeds, the status will be AVAILABLE.

      Parameters:
      status - The current status of the dictionary. After creation succeeds, the status will be AVAILABLE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • references

      A list of feed IDs that reference this dictionary.

      Parameters:
      references - A list of feed IDs that reference this dictionary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • references

      CreateDictionaryResponse.Builder references(String... references)

      A list of feed IDs that reference this dictionary.

      Parameters:
      references - A list of feed IDs that reference this dictionary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Any tags that you included when you created the dictionary.

      Parameters:
      tags - Any tags that you included when you created the dictionary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.