Interface ListFindingsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>, Inspector2Response.Builder, SdkBuilder<ListFindingsResponse.Builder,ListFindingsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListFindingsResponse

public static interface ListFindingsResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
  • Method Details

    • findings

      Contains details on the findings in your environment.

      Parameters:
      findings - Contains details on the findings in your environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findings

      ListFindingsResponse.Builder findings(Finding... findings)

      Contains details on the findings in your environment.

      Parameters:
      findings - Contains details on the findings in your environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findings

      Contains details on the findings in your environment.

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

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

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

      ListFindingsResponse.Builder nextToken(String nextToken)

      A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.

      Parameters:
      nextToken - A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.