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 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

      ReferencedSecurityGroup.Builder peeringStatus(String 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

      ReferencedSecurityGroup.Builder vpcPeeringConnectionId(String 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.