public static interface GroupMetadata.Builder extends CopyableBuilder<GroupMetadata.Builder,GroupMetadata>
| Modifier and Type | Method and Description |
|---|---|
GroupMetadata.Builder |
id(String id)
The ID of the user group.
|
GroupMetadata.Builder |
name(String name)
The name of the group.
|
copyapply, buildGroupMetadata.Builder id(String id)
The ID of the user group.
id - The ID of the user group.GroupMetadata.Builder name(String name)
The name of the group.
name - The name of the group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.