public static interface FindingTypeAggregation.Builder extends SdkPojo, CopyableBuilder<FindingTypeAggregation.Builder,FindingTypeAggregation>
| Modifier and Type | Method and Description |
|---|---|
FindingTypeAggregation.Builder |
findingType(AggregationFindingType findingType)
The finding type to aggregate.
|
FindingTypeAggregation.Builder |
findingType(String findingType)
The finding type to aggregate.
|
FindingTypeAggregation.Builder |
resourceType(AggregationResourceType resourceType)
The resource type to aggregate.
|
FindingTypeAggregation.Builder |
resourceType(String resourceType)
The resource type to aggregate.
|
FindingTypeAggregation.Builder |
sortBy(FindingTypeSortBy sortBy)
The value to sort results by.
|
FindingTypeAggregation.Builder |
sortBy(String sortBy)
The value to sort results by.
|
FindingTypeAggregation.Builder |
sortOrder(SortOrder sortOrder)
The order to sort results by.
|
FindingTypeAggregation.Builder |
sortOrder(String sortOrder)
The order to sort results by.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingTypeAggregation.Builder findingType(String findingType)
The finding type to aggregate.
findingType - The finding type to aggregate.AggregationFindingType,
AggregationFindingTypeFindingTypeAggregation.Builder findingType(AggregationFindingType findingType)
The finding type to aggregate.
findingType - The finding type to aggregate.AggregationFindingType,
AggregationFindingTypeFindingTypeAggregation.Builder resourceType(String resourceType)
The resource type to aggregate.
resourceType - The resource type to aggregate.AggregationResourceType,
AggregationResourceTypeFindingTypeAggregation.Builder resourceType(AggregationResourceType resourceType)
The resource type to aggregate.
resourceType - The resource type to aggregate.AggregationResourceType,
AggregationResourceTypeFindingTypeAggregation.Builder sortBy(String sortBy)
The value to sort results by.
sortBy - The value to sort results by.FindingTypeSortBy,
FindingTypeSortByFindingTypeAggregation.Builder sortBy(FindingTypeSortBy sortBy)
The value to sort results by.
sortBy - The value to sort results by.FindingTypeSortBy,
FindingTypeSortByFindingTypeAggregation.Builder sortOrder(String sortOrder)
The order to sort results by.
FindingTypeAggregation.Builder sortOrder(SortOrder sortOrder)
The order to sort results by.
Copyright © 2023. All rights reserved.