Interface FindingTypeAggregation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FindingTypeAggregation.Builder,FindingTypeAggregation>,SdkBuilder<FindingTypeAggregation.Builder,FindingTypeAggregation>,SdkPojo
- Enclosing class:
- FindingTypeAggregation
public static interface FindingTypeAggregation.Builder extends SdkPojo, CopyableBuilder<FindingTypeAggregation.Builder,FindingTypeAggregation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingTypeAggregation.BuilderfindingType(String findingType)The finding type to aggregate.FindingTypeAggregation.BuilderfindingType(AggregationFindingType findingType)The finding type to aggregate.FindingTypeAggregation.BuilderresourceType(String resourceType)The resource type to aggregate.FindingTypeAggregation.BuilderresourceType(AggregationResourceType resourceType)The resource type to aggregate.FindingTypeAggregation.BuildersortBy(String sortBy)The value to sort results by.FindingTypeAggregation.BuildersortBy(FindingTypeSortBy sortBy)The value to sort results by.FindingTypeAggregation.BuildersortOrder(String sortOrder)The order to sort results by.FindingTypeAggregation.BuildersortOrder(SortOrder sortOrder)The order to sort results by.-
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
-
findingType
FindingTypeAggregation.Builder findingType(String findingType)
The finding type to aggregate.
- Parameters:
findingType- The finding type to aggregate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationFindingType,AggregationFindingType
-
findingType
FindingTypeAggregation.Builder findingType(AggregationFindingType findingType)
The finding type to aggregate.
- Parameters:
findingType- The finding type to aggregate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationFindingType,AggregationFindingType
-
resourceType
FindingTypeAggregation.Builder resourceType(String resourceType)
The resource type to aggregate.
- Parameters:
resourceType- The resource type to aggregate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationResourceType,AggregationResourceType
-
resourceType
FindingTypeAggregation.Builder resourceType(AggregationResourceType resourceType)
The resource type to aggregate.
- Parameters:
resourceType- The resource type to aggregate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationResourceType,AggregationResourceType
-
sortBy
FindingTypeAggregation.Builder sortBy(String 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:
FindingTypeSortBy,FindingTypeSortBy
-
sortBy
FindingTypeAggregation.Builder sortBy(FindingTypeSortBy 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:
FindingTypeSortBy,FindingTypeSortBy
-
sortOrder
FindingTypeAggregation.Builder sortOrder(String sortOrder)
The order to sort results by.
-
sortOrder
FindingTypeAggregation.Builder sortOrder(SortOrder sortOrder)
The order to sort results by.
-
-