Interface TitleAggregation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TitleAggregation.Builder,
,TitleAggregation> SdkBuilder<TitleAggregation.Builder,
,TitleAggregation> SdkPojo
- Enclosing class:
TitleAggregation
-
Method Summary
Modifier and TypeMethodDescriptionfindingType
(String findingType) The type of finding to aggregate on.findingType
(AggregationFindingType findingType) The type of finding to aggregate on.resourceType
(String resourceType) The resource type to aggregate on.resourceType
(AggregationResourceType resourceType) The resource type to aggregate on.The value to sort results by.sortBy
(TitleSortBy sortBy) The value to sort results by.The order to sort results by.The order to sort results by.titles
(Collection<StringFilter> titles) The finding titles to aggregate on.titles
(Consumer<StringFilter.Builder>... titles) The finding titles to aggregate on.titles
(StringFilter... titles) The finding titles to aggregate on.vulnerabilityIds
(Collection<StringFilter> vulnerabilityIds) The vulnerability IDs of the findings.vulnerabilityIds
(Consumer<StringFilter.Builder>... vulnerabilityIds) The vulnerability IDs of the findings.vulnerabilityIds
(StringFilter... vulnerabilityIds) The vulnerability IDs of the findings.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
-
Method Details
-
findingType
The type of finding to aggregate on.
- Parameters:
findingType
- The type of finding to aggregate on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
findingType
The type of finding to aggregate on.
- Parameters:
findingType
- The type of finding to aggregate on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The resource type to aggregate on.
- Parameters:
resourceType
- The resource type to aggregate on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The resource type to aggregate on.
- Parameters:
resourceType
- The resource type to aggregate on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The value to sort results by.
- Parameters:
sortBy
- The value to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The value to sort results by.
- Parameters:
sortBy
- The value to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order to sort results by.
- Parameters:
sortOrder
- The order to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order to sort results by.
- Parameters:
sortOrder
- The order to sort results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
titles
The finding titles to aggregate on.
- Parameters:
titles
- The finding titles to aggregate on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
titles
The finding titles to aggregate on.
- Parameters:
titles
- The finding titles to aggregate on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
titles
The finding titles to aggregate on.
This is a convenience method that creates an instance of theStringFilter.Builder
avoiding the need to create one manually viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totitles(List<StringFilter>)
.- Parameters:
titles
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vulnerabilityIds
The vulnerability IDs of the findings.
- Parameters:
vulnerabilityIds
- The vulnerability IDs of the findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vulnerabilityIds
The vulnerability IDs of the findings.
- Parameters:
vulnerabilityIds
- The vulnerability IDs of the findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vulnerabilityIds
The vulnerability IDs of the findings.
This is a convenience method that creates an instance of theStringFilter.Builder
avoiding the need to create one manually viaStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovulnerabilityIds(List<StringFilter>)
.- Parameters:
vulnerabilityIds
- a consumer that will call methods onStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-