Interface DescribeVoicesRequest.Builder

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

public static interface DescribeVoicesRequest.Builder extends PollyRequest.Builder, SdkPojo, CopyableBuilder<DescribeVoicesRequest.Builder,DescribeVoicesRequest>
  • Method Details

    • engine

      Specifies the engine (standard, neural, long-form or generative) used by Amazon Polly when processing input text for speech synthesis.

      Parameters:
      engine - Specifies the engine (standard, neural, long-form or generative) used by Amazon Polly when processing input text for speech synthesis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • engine

      Specifies the engine (standard, neural, long-form or generative) used by Amazon Polly when processing input text for speech synthesis.

      Parameters:
      engine - Specifies the engine (standard, neural, long-form or generative) used by Amazon Polly when processing input text for speech synthesis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • languageCode

      DescribeVoicesRequest.Builder languageCode(String languageCode)

      The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

      Parameters:
      languageCode - The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • languageCode

      DescribeVoicesRequest.Builder languageCode(LanguageCode languageCode)

      The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

      Parameters:
      languageCode - The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • includeAdditionalLanguageCodes

      DescribeVoicesRequest.Builder includeAdditionalLanguageCodes(Boolean includeAdditionalLanguageCodes)

      Boolean value indicating whether to return any bilingual voices that use the specified language as an additional language. For instance, if you request all languages that use US English (es-US), and there is an Italian voice that speaks both Italian (it-IT) and US English, that voice will be included if you specify yes but not if you specify no.

      Parameters:
      includeAdditionalLanguageCodes - Boolean value indicating whether to return any bilingual voices that use the specified language as an additional language. For instance, if you request all languages that use US English (es-US), and there is an Italian voice that speaks both Italian (it-IT) and US English, that voice will be included if you specify yes but not if you specify no.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      DescribeVoicesRequest.Builder nextToken(String nextToken)

      An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

      Parameters:
      nextToken - An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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