Interface ListFindingsV2Request.Builder
-
- All Superinterfaces:
AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListFindingsV2Request.Builder,ListFindingsV2Request>,SdkBuilder<ListFindingsV2Request.Builder,ListFindingsV2Request>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFindingsV2Request
public static interface ListFindingsV2Request.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ListFindingsV2Request.Builder,ListFindingsV2Request>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.accessanalyzer.model.AccessAnalyzerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFields
-
-
-
-
Method Detail
-
analyzerArn
ListFindingsV2Request.Builder analyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve findings from.
- Parameters:
analyzerArn- The ARN of the analyzer to retrieve findings from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
ListFindingsV2Request.Builder filter(Map<String,Criterion> filter)
A filter to match for the findings to return.
- Parameters:
filter- A filter to match for the findings to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListFindingsV2Request.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFindingsV2Request.Builder nextToken(String 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.
-
sort
ListFindingsV2Request.Builder sort(SortCriteria sort)
Sets the value of the Sort property for this object.- Parameters:
sort- The new value for the Sort property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sort
default ListFindingsV2Request.Builder sort(Consumer<SortCriteria.Builder> sort)
Sets the value of the Sort property for this object. This is a convenience method that creates an instance of theSortCriteria.Builderavoiding the need to create one manually viaSortCriteria.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosort(SortCriteria).- Parameters:
sort- a consumer that will call methods onSortCriteria.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sort(SortCriteria)
-
overrideConfiguration
ListFindingsV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFindingsV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-