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