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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupedResourceCount.BuildergroupName(String groupName)The name of the group that can be region, account ID, or resource type.GroupedResourceCount.BuilderresourceCount(Long resourceCount)The number of resources in the group.-
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
-
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 asGroupByKey.- 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.
-
-