Interface ListSigningPlatformsRequest.Builder

    • Method Detail

      • category

        ListSigningPlatformsRequest.Builder category​(String category)

        The category type of a signing platform.

        Parameters:
        category - The category type of a signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partner

        ListSigningPlatformsRequest.Builder partner​(String partner)

        Any partner entities connected to a signing platform.

        Parameters:
        partner - Any partner entities connected to a signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        ListSigningPlatformsRequest.Builder target​(String target)

        The validation template that is used by the target signing platform.

        Parameters:
        target - The validation template that is used by the target signing platform.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSigningPlatformsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned by this operation.

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

        ListSigningPlatformsRequest.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.