Interface GetFindingsV2Request.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetFindingsV2Request.Builder,
,GetFindingsV2Request> SdkBuilder<GetFindingsV2Request.Builder,
,GetFindingsV2Request> SdkPojo
,SdkRequest.Builder
,SecurityHubRequest.Builder
- Enclosing class:
GetFindingsV2Request
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetFindingsV2Request.Builder
filters
(Consumer<OcsfFindingFilters.Builder> filters) The finding attributes used to define a condition to filter the returned OCSF findings.filters
(OcsfFindingFilters filters) The finding attributes used to define a condition to filter the returned OCSF findings.maxResults
(Integer maxResults) The maximum number of results to return.The token required for pagination.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sortCriteria
(Collection<SortCriterion> sortCriteria) The finding attributes used to sort the list of returned findings.sortCriteria
(Consumer<SortCriterion.Builder>... sortCriteria) The finding attributes used to sort the list of returned findings.sortCriteria
(SortCriterion... sortCriteria) The finding attributes used to sort the list of returned findings.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
Method Details
-
filters
The finding attributes used to define a condition to filter the returned OCSF findings. You can filter up to 10 composite filters. For each filter type inside of a composite filter, you can provide up to 20 filters.
- Parameters:
filters
- The finding attributes used to define a condition to filter the returned OCSF findings. You can filter up to 10 composite filters. For each filter type inside of a composite filter, you can provide up to 20 filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The finding attributes used to define a condition to filter the returned OCSF findings. You can filter up to 10 composite filters. For each filter type inside of a composite filter, you can provide up to 20 filters.
This is a convenience method that creates an instance of theOcsfFindingFilters.Builder
avoiding the need to create one manually viaOcsfFindingFilters.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(OcsfFindingFilters)
.- Parameters:
filters
- a consumer that will call methods onOcsfFindingFilters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortCriteria
The finding attributes used to sort the list of returned findings.
- Parameters:
sortCriteria
- The finding attributes used to sort the list of returned findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortCriteria
The finding attributes used to sort the list of returned findings.
- Parameters:
sortCriteria
- The finding attributes used to sort the list of returned findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortCriteria
The finding attributes used to sort the list of returned findings.
This is a convenience method that creates an instance of theSortCriterion.Builder
avoiding the need to create one manually viaSortCriterion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosortCriteria(List<SortCriterion>)
.- Parameters:
sortCriteria
- a consumer that will call methods onSortCriterion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token required for pagination. On your first call, set the value of this parameter to
NULL
. For subsequent calls, to continue listing data, set the value of this parameter to the value returned in the previous response.- Parameters:
nextToken
- The token required for pagination. On your first call, set the value of this parameter toNULL
. For subsequent calls, to continue listing data, set the value of this parameter to the value returned in the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return.
- Parameters:
maxResults
- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFindingsV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetFindingsV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-