Interface Counts.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Counts.Builder,Counts>,SdkBuilder<Counts.Builder,Counts>,SdkPojo
- Enclosing class:
- Counts
public static interface Counts.Builder extends SdkPojo, CopyableBuilder<Counts.Builder,Counts>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Counts.Buildercount(Long count)The number of resources.Counts.BuildergroupKey(String groupKey)The key associated with this groupCounts.BuildergroupKey(GroupKey groupKey)The key associated with this 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
-
count
Counts.Builder count(Long count)
The number of resources.
- Parameters:
count- The number of resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupKey
Counts.Builder groupKey(String groupKey)
The key associated with this group
-
groupKey
Counts.Builder groupKey(GroupKey groupKey)
The key associated with this group
-
-