Interface GroupedResourceCount.Builder

    • Method Detail

      • groupName

        GroupedResourceCount.Builder groupName​(String groupName)

        The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.

        Parameters:
        groupName - The name of the group that can be region, account ID, or resource type. For example, region1, region2 if the region was chosen as GroupByKey.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceCount

        GroupedResourceCount.Builder resourceCount​(Long resourceCount)

        The number of resources in the group.

        Parameters:
        resourceCount - The number of resources in the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.