Interface AccountEntityAggregate.Builder

    • 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.