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 SummaryModifier and TypeMethodDescriptionThe identifier of the group you want group summary information on.orderingId(Long orderingId) The timestamp identifier used for the latestPUTorDELETEaction.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
groupIdThe identifier of the group you want group summary information on. - Parameters:
- groupId- The identifier of the group you want group summary information on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
orderingIdThe timestamp identifier used for the latest PUTorDELETEaction.- Parameters:
- orderingId- The timestamp identifier used for the latest- PUTor- DELETEaction.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-