public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the group.
|
Group.Builder |
description(String description)
The group description.
|
Group.Builder |
groupName(String groupName)
The name of the group.
|
Group.Builder |
principalId(String principalId)
The principal ID of the group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroup.Builder arn(String arn)
The Amazon Resource Name (ARN) for the group.
arn - The Amazon Resource Name (ARN) for the group.Group.Builder groupName(String groupName)
The name of the group.
groupName - The name of the group.Group.Builder description(String description)
The group description.
description - The group description.Group.Builder principalId(String principalId)
The principal ID of the group.
principalId - The principal ID of the group.Copyright © 2020. All rights reserved.