public static interface SecurityGroupIdentifier.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
SecurityGroupIdentifier.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.