public static interface AccountAggregation.Builder extends SdkPojo, CopyableBuilder<AccountAggregation.Builder,AccountAggregation>
| Modifier and Type | Method and Description |
|---|---|
AccountAggregation.Builder |
findingType(AggregationFindingType findingType)
The type of finding.
|
AccountAggregation.Builder |
findingType(String findingType)
The type of finding.
|
AccountAggregation.Builder |
resourceType(AggregationResourceType resourceType)
The type of resource.
|
AccountAggregation.Builder |
resourceType(String resourceType)
The type of resource.
|
AccountAggregation.Builder |
sortBy(AccountSortBy sortBy)
The value to sort by.
|
AccountAggregation.Builder |
sortBy(String sortBy)
The value to sort by.
|
AccountAggregation.Builder |
sortOrder(SortOrder sortOrder)
The sort order (ascending or descending).
|
AccountAggregation.Builder |
sortOrder(String sortOrder)
The sort order (ascending or descending).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountAggregation.Builder findingType(String findingType)
The type of finding.
findingType - The type of finding.AggregationFindingType,
AggregationFindingTypeAccountAggregation.Builder findingType(AggregationFindingType findingType)
The type of finding.
findingType - The type of finding.AggregationFindingType,
AggregationFindingTypeAccountAggregation.Builder resourceType(String resourceType)
The type of resource.
resourceType - The type of resource.AggregationResourceType,
AggregationResourceTypeAccountAggregation.Builder resourceType(AggregationResourceType resourceType)
The type of resource.
resourceType - The type of resource.AggregationResourceType,
AggregationResourceTypeAccountAggregation.Builder sortBy(String sortBy)
The value to sort by.
sortBy - The value to sort by.AccountSortBy,
AccountSortByAccountAggregation.Builder sortBy(AccountSortBy sortBy)
The value to sort by.
sortBy - The value to sort by.AccountSortBy,
AccountSortByAccountAggregation.Builder sortOrder(String sortOrder)
The sort order (ascending or descending).
AccountAggregation.Builder sortOrder(SortOrder sortOrder)
The sort order (ascending or descending).
Copyright © 2023. All rights reserved.