Interface ListVersionsResponse.Builder

    • Method Detail

      • nextToken

        ListVersionsResponse.Builder nextToken​(String nextToken)
        Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.
        Parameters:
        nextToken - Optional. Use this string, provided with the response to a previous request, to request the next batch of Job engine versions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versions

        ListVersionsResponse.Builder versions​(Collection<JobEngineVersion> versions)
        Retrieve a JSON array of all available Job engine versions and the date they expire.
        Parameters:
        versions - Retrieve a JSON array of all available Job engine versions and the date they expire.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versions

        ListVersionsResponse.Builder versions​(JobEngineVersion... versions)
        Retrieve a JSON array of all available Job engine versions and the date they expire.
        Parameters:
        versions - Retrieve a JSON array of all available Job engine versions and the date they expire.
        Returns:
        Returns a reference to this object so that method calls can be chained together.