public static interface GroupedResourceCount.Builder extends SdkPojo, CopyableBuilder<GroupedResourceCount.Builder,GroupedResourceCount>
Modifier and Type | Method and Description |
---|---|
GroupedResourceCount.Builder |
groupName(String groupName)
The name of the group that can be region, account ID, or resource type.
|
GroupedResourceCount.Builder |
resourceCount(Long resourceCount)
The number of resources in the group.
|
copy
applyMutation, build
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
.
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
.GroupedResourceCount.Builder resourceCount(Long resourceCount)
The number of resources in the group.
resourceCount
- The number of resources in the group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.