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