public static interface SecurityGroup.Builder extends SdkPojo, CopyableBuilder<SecurityGroup.Builder,SecurityGroup>
Modifier and Type | Method and Description |
---|---|
SecurityGroup.Builder |
groupId(String groupId)
The ID of the security group.
|
SecurityGroup.Builder |
groupName(String groupName)
The name of the security group.
|
copy
applyMutation, build
SecurityGroup.Builder groupName(String groupName)
The name of the security group.
groupName
- The name of the security group.SecurityGroup.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.