Interface AccountEntityAggregate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountEntityAggregate.Builder,
,AccountEntityAggregate> SdkBuilder<AccountEntityAggregate.Builder,
,AccountEntityAggregate> SdkPojo
- Enclosing class:
AccountEntityAggregate
@Mutable
@NotThreadSafe
public static interface AccountEntityAggregate.Builder
extends SdkPojo, CopyableBuilder<AccountEntityAggregate.Builder,AccountEntityAggregate>
-
Method Summary
Modifier and TypeMethodDescriptionThe 12-digit Amazon Web Services account numbers that contains the affected entities.The number of entities that match the filter criteria for the specified events.statuses
(Map<EntityStatusCode, Integer> statuses) The number of affected entities aggregated by the entity status codes.statusesWithStrings
(Map<String, Integer> statuses) The number of affected entities aggregated by the entity status codes.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
-
accountId
The 12-digit Amazon Web Services account numbers that contains the affected entities.
- Parameters:
accountId
- The 12-digit Amazon Web Services account numbers that contains the affected entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The number of entities that match the filter criteria for the specified events.
- Parameters:
count
- The number of entities that match the filter criteria for the specified events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
The number of affected entities aggregated by the entity status codes.
- Parameters:
statuses
- The number of affected entities aggregated by the entity status codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
The number of affected entities aggregated by the entity status codes.
- Parameters:
statuses
- The number of affected entities aggregated by the entity status codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-