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.
|
copy
applyMutation, build
Group.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.