Interface ListSigningPlatformsResponse.Builder

    • Method Detail

      • platforms

        ListSigningPlatformsResponse.Builder platforms​(Collection<SigningPlatform> platforms)

        A list of all platforms that match the request parameters.

        Parameters:
        platforms - A list of all platforms that match the request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platforms

        ListSigningPlatformsResponse.Builder platforms​(SigningPlatform... platforms)

        A list of all platforms that match the request parameters.

        Parameters:
        platforms - A list of all platforms that match the request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSigningPlatformsResponse.Builder nextToken​(String nextToken)

        Value for specifying the next set of paginated results to return.

        Parameters:
        nextToken - Value for specifying the next set of paginated results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.