public static interface DescribeFindingsResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<DescribeFindingsResponse.Builder,DescribeFindingsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeFindingsResponse.Builder |
failedItems(Map<String,FailedItemDetails> failedItems)
Finding details that cannot be described.
|
DescribeFindingsResponse.Builder |
findings(Collection<Finding> findings)
Information about the finding.
|
DescribeFindingsResponse.Builder |
findings(Consumer<Finding.Builder>... findings)
Information about the finding.
|
DescribeFindingsResponse.Builder |
findings(Finding... findings)
Information about the finding.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeFindingsResponse.Builder findings(Collection<Finding> findings)
Information about the finding.
findings
- Information about the finding.DescribeFindingsResponse.Builder findings(Finding... findings)
Information about the finding.
findings
- Information about the finding.DescribeFindingsResponse.Builder findings(Consumer<Finding.Builder>... findings)
Information about the finding.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #findings(List)
.findings
- a consumer that will call methods on List.Builder
#findings(List)
DescribeFindingsResponse.Builder failedItems(Map<String,FailedItemDetails> failedItems)
Finding details that cannot be described. An error code is provided for each failed item.
failedItems
- Finding details that cannot be described. An error code is provided for each failed item.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.