Interface ReferencedSecurityGroup.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ReferencedSecurityGroup.Builder,,ReferencedSecurityGroup> SdkBuilder<ReferencedSecurityGroup.Builder,,ReferencedSecurityGroup> SdkPojo
- Enclosing class:
 ReferencedSecurityGroup
public static interface ReferencedSecurityGroup.Builder
extends SdkPojo, CopyableBuilder<ReferencedSecurityGroup.Builder,ReferencedSecurityGroup> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the security group.peeringStatus(String peeringStatus) The status of a VPC peering connection, if applicable.The Amazon Web Services account ID.The ID of the VPC.vpcPeeringConnectionId(String vpcPeeringConnectionId) The ID of the VPC peering connection (if applicable).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
groupId
The ID of the security group.
- Parameters:
 groupId- The ID of the security group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
peeringStatus
The status of a VPC peering connection, if applicable.
- Parameters:
 peeringStatus- The status of a VPC peering connection, if applicable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userId
The Amazon Web Services account ID.
- Parameters:
 userId- The Amazon Web Services account ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcId
The ID of the VPC.
- Parameters:
 vpcId- The ID of the VPC.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcPeeringConnectionId
The ID of the VPC peering connection (if applicable).
- Parameters:
 vpcPeeringConnectionId- The ID of the VPC peering connection (if applicable).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -