Interface ListTextTranslationJobsResponse.Builder

    • Method Detail

      • textTranslationJobPropertiesList

        ListTextTranslationJobsResponse.Builder textTranslationJobPropertiesList​(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)

        A list containing the properties of each job that is returned.

        Parameters:
        textTranslationJobPropertiesList - A list containing the properties of each job that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • textTranslationJobPropertiesList

        ListTextTranslationJobsResponse.Builder textTranslationJobPropertiesList​(TextTranslationJobProperties... textTranslationJobPropertiesList)

        A list containing the properties of each job that is returned.

        Parameters:
        textTranslationJobPropertiesList - A list containing the properties of each job that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTextTranslationJobsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.