Interface ListSigningJobsRequest.Builder

    • Method Detail

      • status

        ListSigningJobsRequest.Builder status​(String status)

        A status value with which to filter your results.

        Parameters:
        status - A status value with which to filter your results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SigningStatus, SigningStatus
      • platformId

        ListSigningJobsRequest.Builder platformId​(String platformId)

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

        Parameters:
        platformId - The ID of microcontroller platform that you specified for the distribution of your code image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestedBy

        ListSigningJobsRequest.Builder requestedBy​(String requestedBy)

        The IAM principal that requested the signing job.

        Parameters:
        requestedBy - The IAM principal that requested the signing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSigningJobsRequest.Builder maxResults​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSigningJobsRequest.Builder nextToken​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • isRevoked

        ListSigningJobsRequest.Builder isRevoked​(Boolean isRevoked)

        Filters results to return only signing jobs with revoked signatures.

        Parameters:
        isRevoked - Filters results to return only signing jobs with revoked signatures.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signatureExpiresBefore

        ListSigningJobsRequest.Builder signatureExpiresBefore​(Instant signatureExpiresBefore)

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

        Parameters:
        signatureExpiresBefore - Filters results to return only signing jobs with signatures expiring before a specified timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signatureExpiresAfter

        ListSigningJobsRequest.Builder signatureExpiresAfter​(Instant signatureExpiresAfter)

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

        Parameters:
        signatureExpiresAfter - Filters results to return only signing jobs with signatures expiring after a specified timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobInvoker

        ListSigningJobsRequest.Builder jobInvoker​(String jobInvoker)

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

        Parameters:
        jobInvoker - Filters results to return only signing jobs initiated by a specified IAM entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.