public static interface EC2SecurityGroup.Builder extends CopyableBuilder<EC2SecurityGroup.Builder,EC2SecurityGroup>
Modifier and Type | Method and Description |
---|---|
EC2SecurityGroup.Builder |
ec2SecurityGroupId(String ec2SecurityGroupId)
Specifies the id of the EC2 security group.
|
EC2SecurityGroup.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName)
Specifies the name of the EC2 security group.
|
EC2SecurityGroup.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
Specifies the AWS ID of the owner of the EC2 security group specified in the
EC2SecurityGroupName field. |
EC2SecurityGroup.Builder |
status(String status)
Provides the status of the EC2 security group.
|
copy
applyMutation, build
EC2SecurityGroup.Builder status(String status)
Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".
status
- Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking",
and "revoked".EC2SecurityGroup.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
Specifies the name of the EC2 security group.
ec2SecurityGroupName
- Specifies the name of the EC2 security group.EC2SecurityGroup.Builder ec2SecurityGroupId(String ec2SecurityGroupId)
Specifies the id of the EC2 security group.
ec2SecurityGroupId
- Specifies the id of the EC2 security group.EC2SecurityGroup.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
Specifies the AWS ID of the owner of the EC2 security group specified in the
EC2SecurityGroupName
field.
ec2SecurityGroupOwnerId
- Specifies the AWS ID of the owner of the EC2 security group specified in the
EC2SecurityGroupName
field.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.