Interface AccountEntityAggregate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountEntityAggregate.Builder,AccountEntityAggregate>,SdkBuilder<AccountEntityAggregate.Builder,AccountEntityAggregate>,SdkPojo
- Enclosing class:
- AccountEntityAggregate
public static interface AccountEntityAggregate.Builder extends SdkPojo, CopyableBuilder<AccountEntityAggregate.Builder,AccountEntityAggregate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountEntityAggregate.BuilderaccountId(String accountId)The 12-digit Amazon Web Services account numbers that contains the affected entities.AccountEntityAggregate.Buildercount(Integer count)The number of entities that match the filter criteria for the specified events.AccountEntityAggregate.Builderstatuses(Map<EntityStatusCode,Integer> statuses)The number of affected entities aggregated by the entity status codes.AccountEntityAggregate.BuilderstatusesWithStrings(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, sdkFields
-
-
-
-
Method Detail
-
accountId
AccountEntityAggregate.Builder accountId(String 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
AccountEntityAggregate.Builder count(Integer 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
AccountEntityAggregate.Builder statusesWithStrings(Map<String,Integer> 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.
-
statuses
AccountEntityAggregate.Builder statuses(Map<EntityStatusCode,Integer> 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.
-
-