CopyableBuilder<SecurityGroupReference.Builder,SecurityGroupReference>
, SdkBuilder<SecurityGroupReference.Builder,SecurityGroupReference>
public static interface SecurityGroupReference.Builder extends CopyableBuilder<SecurityGroupReference.Builder,SecurityGroupReference>
Modifier and Type | Method | 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
apply, 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.