Interface SecurityGroupReference.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SecurityGroupReference.Builder,SecurityGroupReference>, SdkBuilder<SecurityGroupReference.Builder,SecurityGroupReference>, SdkPojo
Enclosing class:
SecurityGroupReference

public static interface SecurityGroupReference.Builder extends SdkPojo, CopyableBuilder<SecurityGroupReference.Builder,SecurityGroupReference>
  • Method Details

    • groupId

      The ID of your security group.

      Parameters:
      groupId - The ID of your security group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • referencingVpcId

      SecurityGroupReference.Builder referencingVpcId(String referencingVpcId)

      The ID of the VPC with the referencing security group.

      Parameters:
      referencingVpcId - The ID of the VPC with the referencing security group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcPeeringConnectionId

      SecurityGroupReference.Builder vpcPeeringConnectionId(String vpcPeeringConnectionId)

      The ID of the VPC peering connection.

      Parameters:
      vpcPeeringConnectionId - The ID of the VPC peering connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.