Interface ListImageScanFindingsResponse.Builder

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

  • Method Details

    • requestId

      ListImageScanFindingsResponse.Builder requestId(String requestIdValue)

      The request ID that uniquely identifies this request.

      Parameters:
      requestIdValue - The request ID that uniquely identifies this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findings

      The image scan findings for your account that meet your request filter criteria.

      Parameters:
      findings - The image scan findings for your account that meet your request filter criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findings

      The image scan findings for your account that meet your request filter criteria.

      Parameters:
      findings - The image scan findings for your account that meet your request filter criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findings

      The image scan findings for your account that meet your request filter criteria.

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

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

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

      The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

      Parameters:
      nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.