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.Builderarn(String arn)The ARN of the group.GroupSummary.Builderid(String id)The unique ID of the group.GroupSummary.Buildername(String name)The name of the 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
-
id
GroupSummary.Builder id(String id)
The unique ID of the group.
- Parameters:
id- The unique ID of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GroupSummary.Builder name(String name)
The name of the group.
- Parameters:
name- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
GroupSummary.Builder arn(String arn)
The ARN of the group.
- Parameters:
arn- The ARN of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-