Interface ReferencedSecurityGroup.Builder

    • Method Detail

      • groupId

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

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

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