public static interface AccountEntityAggregate.Builder extends SdkPojo, CopyableBuilder<AccountEntityAggregate.Builder,AccountEntityAggregate>
| Modifier and Type | Method and Description |
|---|---|
AccountEntityAggregate.Builder |
accountId(String accountId)
The 12-digit Amazon Web Services account numbers that contains the affected entities.
|
AccountEntityAggregate.Builder |
count(Integer count)
The number of entities that match the filter criteria for the specified events.
|
AccountEntityAggregate.Builder |
statuses(Map<EntityStatusCode,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
|
AccountEntityAggregate.Builder |
statusesWithStrings(Map<String,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountEntityAggregate.Builder accountId(String accountId)
The 12-digit Amazon Web Services account numbers that contains the affected entities.
accountId - The 12-digit Amazon Web Services account numbers that contains the affected entities.AccountEntityAggregate.Builder count(Integer count)
The number of entities that match the filter criteria for the specified events.
count - The number of entities that match the filter criteria for the specified events.AccountEntityAggregate.Builder statusesWithStrings(Map<String,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
statuses - The number of affected entities aggregated by the entity status codes.AccountEntityAggregate.Builder statuses(Map<EntityStatusCode,Integer> statuses)
The number of affected entities aggregated by the entity status codes.
statuses - The number of affected entities aggregated by the entity status codes.Copyright © 2023. All rights reserved.