Interface GroupSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupSummary.Builder,
,GroupSummary> SdkBuilder<GroupSummary.Builder,
,GroupSummary> SdkPojo
- Enclosing class:
GroupSummary
@Mutable
@NotThreadSafe
public static interface GroupSummary.Builder
extends SdkPojo, CopyableBuilder<GroupSummary.Builder,GroupSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-