Interface ListHookResultsResponse.Builder

    • Method Detail

      • targetId

        ListHookResultsResponse.Builder targetId​(String targetId)

        The unique identifier of the Hook invocation target.

        Parameters:
        targetId - The unique identifier of the Hook invocation target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hookResults

        ListHookResultsResponse.Builder hookResults​(Collection<HookResultSummary> hookResults)

        A list of HookResultSummary structures that provides the status and Hook status reason for each Hook invocation for the specified target.

        Parameters:
        hookResults - A list of HookResultSummary structures that provides the status and Hook status reason for each Hook invocation for the specified target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hookResults

        ListHookResultsResponse.Builder hookResults​(HookResultSummary... hookResults)

        A list of HookResultSummary structures that provides the status and Hook status reason for each Hook invocation for the specified target.

        Parameters:
        hookResults - A list of HookResultSummary structures that provides the status and Hook status reason for each Hook invocation for the specified target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListHookResultsResponse.Builder nextToken​(String nextToken)

        Pagination token, null or empty if no more results.

        Parameters:
        nextToken - Pagination token, null or empty if no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.