Interface ListFindingsV2Response.Builder
- All Superinterfaces:
AccessAnalyzerResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListFindingsV2Response.Builder,
,ListFindingsV2Response> SdkBuilder<ListFindingsV2Response.Builder,
,ListFindingsV2Response> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListFindingsV2Response
@Mutable
@NotThreadSafe
public static interface ListFindingsV2Response.Builder
extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<ListFindingsV2Response.Builder,ListFindingsV2Response>
-
Method Summary
Modifier and TypeMethodDescriptionfindings
(Collection<FindingSummaryV2> findings) A list of findings retrieved from the analyzer that match the filter criteria specified, if any.findings
(Consumer<FindingSummaryV2.Builder>... findings) A list of findings retrieved from the analyzer that match the filter criteria specified, if any.findings
(FindingSummaryV2... findings) A list of findings retrieved from the analyzer that match the filter criteria specified, if any.A token used for pagination of results returned.Methods inherited from interface software.amazon.awssdk.services.accessanalyzer.model.AccessAnalyzerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
findings
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
- Parameters:
findings
- A list of findings retrieved from the analyzer that match the filter criteria specified, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findings
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
- Parameters:
findings
- A list of findings retrieved from the analyzer that match the filter criteria specified, if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findings
A list of findings retrieved from the analyzer that match the filter criteria specified, if any.
This is a convenience method that creates an instance of theFindingSummaryV2.Builder
avoiding the need to create one manually viaFindingSummaryV2.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofindings(List<FindingSummaryV2>)
.- Parameters:
findings
- a consumer that will call methods onFindingSummaryV2.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token used for pagination of results returned.
- Parameters:
nextToken
- A token used for pagination of results returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-