CopyableBuilder<DeleteSecurityGroupRequest.Builder,DeleteSecurityGroupRequest>
, SdkBuilder<DeleteSecurityGroupRequest.Builder,DeleteSecurityGroupRequest>
public static interface DeleteSecurityGroupRequest.Builder extends CopyableBuilder<DeleteSecurityGroupRequest.Builder,DeleteSecurityGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteSecurityGroupRequest.Builder |
groupId(String groupId) |
The ID of the security group.
|
DeleteSecurityGroupRequest.Builder |
groupName(String groupName) |
[EC2-Classic, default VPC] The name of the security group.
|
copy
apply, build
DeleteSecurityGroupRequest.Builder groupId(String groupId)
The ID of the security group. Required for a nondefault VPC.
groupId
- The ID of the security group. Required for a nondefault VPC.DeleteSecurityGroupRequest.Builder groupName(String groupName)
[EC2-Classic, default VPC] The name of the security group. You can specify either the security group name or the security group ID.
groupName
- [EC2-Classic, default VPC] The name of the security group. You can specify either the security group
name or the security group ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.