Interface GetTerminologyRequest.Builder

  • Method Details

    • name

      The name of the custom terminology being retrieved.

      Parameters:
      name - The name of the custom terminology being retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • terminologyDataFormat

      GetTerminologyRequest.Builder terminologyDataFormat(String terminologyDataFormat)

      The data format of the custom terminology being retrieved.

      If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.

      If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.

      Parameters:
      terminologyDataFormat - The data format of the custom terminology being retrieved.

      If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.

      If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • terminologyDataFormat

      GetTerminologyRequest.Builder terminologyDataFormat(TerminologyDataFormat terminologyDataFormat)

      The data format of the custom terminology being retrieved.

      If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.

      If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.

      Parameters:
      terminologyDataFormat - The data format of the custom terminology being retrieved.

      If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.

      If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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