Interface ListJobRunAttemptsResponse.Builder

    • Method Detail

      • jobRunAttempts

        ListJobRunAttemptsResponse.Builder jobRunAttempts​(Collection<JobRunAttemptSummary> jobRunAttempts)

        The array of the listed job run attempt objects.

        Parameters:
        jobRunAttempts - The array of the listed job run attempt objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobRunAttempts

        ListJobRunAttemptsResponse.Builder jobRunAttempts​(JobRunAttemptSummary... jobRunAttempts)

        The array of the listed job run attempt objects.

        Parameters:
        jobRunAttempts - The array of the listed job run attempt objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListJobRunAttemptsResponse.Builder nextToken​(String nextToken)

        The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.

        Parameters:
        nextToken - The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.