public static interface SecurityGroupReference.Builder extends CopyableBuilder<SecurityGroupReference.Builder,SecurityGroupReference>
Modifier and Type | Method and Description |
---|---|
SecurityGroupReference.Builder |
groupId(String groupId)
The ID of your security group.
|
SecurityGroupReference.Builder |
referencingVpcId(String referencingVpcId)
The ID of the VPC with the referencing security group.
|
SecurityGroupReference.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
copy
applyMutation, build
SecurityGroupReference.Builder groupId(String groupId)
The ID of your security group.
groupId
- The ID of your security group.SecurityGroupReference.Builder referencingVpcId(String referencingVpcId)
The ID of the VPC with the referencing security group.
referencingVpcId
- The ID of the VPC with the referencing security group.SecurityGroupReference.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
vpcPeeringConnectionId
- The ID of the VPC peering connection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.