public static interface GroupSummary.Builder extends SdkPojo, CopyableBuilder<GroupSummary.Builder,GroupSummary>
| Modifier and Type | Method and Description |
|---|---|
GroupSummary.Builder |
arn(String arn)
The ARN of the group.
|
GroupSummary.Builder |
id(String id)
The unique ID of the group.
|
GroupSummary.Builder |
name(String name)
The name of the group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupSummary.Builder id(String id)
The unique ID of the group.
id - The unique ID of the group.GroupSummary.Builder name(String name)
The name of the group.
name - The name of the group.GroupSummary.Builder arn(String arn)
The ARN of the group.
arn - The ARN of the group.Copyright © 2022. All rights reserved.