Interface ListJobsResponse.Builder

    • Method Detail

      • jobNames

        ListJobsResponse.Builder jobNames​(Collection<String> jobNames)

        The names of all jobs in the account, or the jobs with the specified tags.

        Parameters:
        jobNames - The names of all jobs in the account, or the jobs with the specified tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobNames

        ListJobsResponse.Builder jobNames​(String... jobNames)

        The names of all jobs in the account, or the jobs with the specified tags.

        Parameters:
        jobNames - The names of all jobs in the account, or the jobs with the specified tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListJobsResponse.Builder nextToken​(String nextToken)

        A continuation token, if the returned list does not contain the last metric available.

        Parameters:
        nextToken - A continuation token, if the returned list does not contain the last metric available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.