Class ListJobRunsRequest

    • Method Detail

      • domainIdentifier

        public final String domainIdentifier()

        The ID of the domain where you want to list job runs.

        Returns:
        The ID of the domain where you want to list job runs.
      • jobIdentifier

        public final String jobIdentifier()

        The ID of the job run.

        Returns:
        The ID of the job run.
      • maxResults

        public final Integer maxResults()

        The maximum number of job runs to return in a single call to ListJobRuns. When the number of job runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListJobRuns to list the next set of job runs.

        Returns:
        The maximum number of job runs to return in a single call to ListJobRuns. When the number of job runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListJobRuns to list the next set of job runs.
      • nextToken

        public final String nextToken()

        When the number of job runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of job runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListJobRuns to list the next set of job runs.

        Returns:
        When the number of job runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of job runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListJobRuns to list the next set of job runs.
      • sortOrder

        public final SortOrder sortOrder()

        Specifies the order in which job runs are to be sorted.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        Specifies the order in which job runs are to be sorted.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        Specifies the order in which job runs are to be sorted.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        Specifies the order in which job runs are to be sorted.
        See Also:
        SortOrder
      • statusAsString

        public final String statusAsString()

        The status of a job run.

        If the service returns an enum value that is not available in the current SDK version, status will return JobRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of a job run.
        See Also:
        JobRunStatus
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object