Interface ListSigningProfilesRequest.Builder

    • Method Detail

      • includeCanceled

        ListSigningProfilesRequest.Builder includeCanceled​(Boolean includeCanceled)

        Designates whether to include profiles with the status of CANCELED.

        Parameters:
        includeCanceled - Designates whether to include profiles with the status of CANCELED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSigningProfilesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of profiles to be returned.

        Parameters:
        maxResults - The maximum number of profiles to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSigningProfilesRequest.Builder nextToken​(String nextToken)

        Value 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 - Value 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.
      • platformId

        ListSigningProfilesRequest.Builder platformId​(String platformId)

        Filters results to return only signing jobs initiated for a specified signing platform.

        Parameters:
        platformId - Filters results to return only signing jobs initiated for a specified signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusesWithStrings

        ListSigningProfilesRequest.Builder statusesWithStrings​(Collection<String> statuses)

        Filters results to return only signing jobs with statuses in the specified list.

        Parameters:
        statuses - Filters results to return only signing jobs with statuses in the specified list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusesWithStrings

        ListSigningProfilesRequest.Builder statusesWithStrings​(String... statuses)

        Filters results to return only signing jobs with statuses in the specified list.

        Parameters:
        statuses - Filters results to return only signing jobs with statuses in the specified list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statuses

        ListSigningProfilesRequest.Builder statuses​(Collection<SigningProfileStatus> statuses)

        Filters results to return only signing jobs with statuses in the specified list.

        Parameters:
        statuses - Filters results to return only signing jobs with statuses in the specified list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statuses

        ListSigningProfilesRequest.Builder statuses​(SigningProfileStatus... statuses)

        Filters results to return only signing jobs with statuses in the specified list.

        Parameters:
        statuses - Filters results to return only signing jobs with statuses in the specified list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.