Interface DescribeSupportedLanguagesResponse.Builder

    • Method Detail

      • supportedLanguages

        DescribeSupportedLanguagesResponse.Builder supportedLanguages​(Collection<SupportedLanguage> supportedLanguages)

        A JSON-formatted array that contains the available ISO 639-1 language codes.

        Parameters:
        supportedLanguages - A JSON-formatted array that contains the available ISO 639-1 language codes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedLanguages

        DescribeSupportedLanguagesResponse.Builder supportedLanguages​(SupportedLanguage... supportedLanguages)

        A JSON-formatted array that contains the available ISO 639-1 language codes.

        Parameters:
        supportedLanguages - A JSON-formatted array that contains the available ISO 639-1 language codes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.