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