public static interface EC2SecurityGroup.Builder extends CopyableBuilder<EC2SecurityGroup.Builder,EC2SecurityGroup>
| Modifier and Type | Method and Description | 
|---|---|
EC2SecurityGroup.Builder | 
ec2SecurityGroupName(String ec2SecurityGroupName)
 The name of the Amazon EC2 security group. 
 | 
EC2SecurityGroup.Builder | 
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
 The AWS account ID of the Amazon EC2 security group owner. 
 | 
EC2SecurityGroup.Builder | 
status(String status)
 The status of the Amazon EC2 security group. 
 | 
copyapplyMutation, buildEC2SecurityGroup.Builder status(String status)
The status of the Amazon EC2 security group.
status - The status of the Amazon EC2 security group.EC2SecurityGroup.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
The name of the Amazon EC2 security group.
ec2SecurityGroupName - The name of the Amazon EC2 security group.EC2SecurityGroup.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
The AWS account ID of the Amazon EC2 security group owner.
ec2SecurityGroupOwnerId - The AWS account ID of the Amazon EC2 security group owner.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.