Interface ListIncidentFindingsResponse.Builder

  • Method Details

    • findings

      A list of findings that represent deployments that might be the potential cause of the incident.

      Parameters:
      findings - A list of findings that represent deployments that might be the potential cause of the incident.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findings

      A list of findings that represent deployments that might be the potential cause of the incident.

      Parameters:
      findings - A list of findings that represent deployments that might be the potential cause of the incident.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findings

      A list of findings that represent deployments that might be the potential cause of the incident.

      This is a convenience method that creates an instance of the FindingSummary.Builder avoiding the need to create one manually via FindingSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to findings(List<FindingSummary>).

      Parameters:
      findings - a consumer that will call methods on FindingSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.

      Parameters:
      nextToken - The pagination token to use when requesting the next set of items. If there are no additional items to return, the string is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.