public static interface ReferencedSecurityGroup.Builder extends SdkPojo, CopyableBuilder<ReferencedSecurityGroup.Builder,ReferencedSecurityGroup>
| Modifier and Type | Method and Description |
|---|---|
ReferencedSecurityGroup.Builder |
groupId(String groupId)
The ID of the security group.
|
ReferencedSecurityGroup.Builder |
peeringStatus(String peeringStatus)
The status of a VPC peering connection, if applicable.
|
ReferencedSecurityGroup.Builder |
userId(String userId)
The Amazon Web Services account ID.
|
ReferencedSecurityGroup.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
ReferencedSecurityGroup.Builder |
vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferencedSecurityGroup.Builder groupId(String groupId)
The ID of the security group.
groupId - The ID of the security group.ReferencedSecurityGroup.Builder peeringStatus(String peeringStatus)
The status of a VPC peering connection, if applicable.
peeringStatus - The status of a VPC peering connection, if applicable.ReferencedSecurityGroup.Builder userId(String userId)
The Amazon Web Services account ID.
userId - The Amazon Web Services account ID.ReferencedSecurityGroup.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.ReferencedSecurityGroup.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
vpcPeeringConnectionId - The ID of the VPC peering connection.Copyright © 2022. All rights reserved.