Interface GroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GroupSummary.Builder,GroupSummary>,SdkBuilder<GroupSummary.Builder,GroupSummary>,SdkPojo
- Enclosing class:
- GroupSummary
public static interface GroupSummary.Builder extends SdkPojo, CopyableBuilder<GroupSummary.Builder,GroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupSummary.BuildergroupName(String groupName)The name of the group the summary information is for.-
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
GroupSummary.Builder groupName(String groupName)
The name of the group the summary information is for.
- Parameters:
groupName- The name of the group the summary information is for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-