Class ListSigningJobsRequest

    • Method Detail

      • statusAsString

        public final String statusAsString()

        A status value with which to filter your results.

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

        Returns:
        A status value with which to filter your results.
        See Also:
        SigningStatus
      • platformId

        public final String platformId()

        The ID of microcontroller platform that you specified for the distribution of your code image.

        Returns:
        The ID of microcontroller platform that you specified for the distribution of your code image.
      • requestedBy

        public final String requestedBy()

        The IAM principal that requested the signing job.

        Returns:
        The IAM principal that requested the signing job.
      • maxResults

        public final Integer maxResults()

        Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.

        Returns:
        Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken element is set in the response. Use the nextToken value in a subsequent request to retrieve additional items.
      • nextToken

        public final String nextToken()

        String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

        Returns:
        String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.
      • isRevoked

        public final Boolean isRevoked()

        Filters results to return only signing jobs with revoked signatures.

        Returns:
        Filters results to return only signing jobs with revoked signatures.
      • signatureExpiresBefore

        public final Instant signatureExpiresBefore()

        Filters results to return only signing jobs with signatures expiring before a specified timestamp.

        Returns:
        Filters results to return only signing jobs with signatures expiring before a specified timestamp.
      • signatureExpiresAfter

        public final Instant signatureExpiresAfter()

        Filters results to return only signing jobs with signatures expiring after a specified timestamp.

        Returns:
        Filters results to return only signing jobs with signatures expiring after a specified timestamp.
      • jobInvoker

        public final String jobInvoker()

        Filters results to return only signing jobs initiated by a specified IAM entity.

        Returns:
        Filters results to return only signing jobs initiated by a specified IAM entity.
      • 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