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.BuildergroupId(String groupId)The identifier of the group you want group summary information on.GroupSummary.BuilderorderingId(Long orderingId)The timestamp identifier used for the latestPUTorDELETEaction.-
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
-
groupId
GroupSummary.Builder groupId(String groupId)
The 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.
-
orderingId
GroupSummary.Builder orderingId(Long orderingId)
The timestamp identifier used for the latest
PUTorDELETEaction.- Parameters:
orderingId- The timestamp identifier used for the latestPUTorDELETEaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-