Interface GroupedResourceCount.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GroupedResourceCount.Builder,GroupedResourceCount>, SdkBuilder<GroupedResourceCount.Builder,GroupedResourceCount>, SdkPojo
Enclosing class:
GroupedResourceCount

public static interface GroupedResourceCount.Builder extends SdkPojo, CopyableBuilder<GroupedResourceCount.Builder,GroupedResourceCount>
  • Method Details

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