public static interface Group.Builder extends CopyableBuilder<Group.Builder,Group>
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
description(String description)
The description of the resource group.
|
Group.Builder |
groupArn(String groupArn)
The ARN of a resource group.
|
Group.Builder |
name(String name)
The name of a resource group.
|
copyapply, buildGroup.Builder groupArn(String groupArn)
The ARN of a resource group.
groupArn - The ARN of a resource group.Group.Builder name(String name)
The name of a resource group.
name - The name of a resource group.Group.Builder description(String description)
The description of the resource group.
description - The description of the resource group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.