Interface SecurityGroupRuleBuilder

    • Method Detail

      • protocol

        SecurityGroupRuleBuilder protocol​(IPProtocol protocol)
        Deprecated.
        IP protocol, one of TCP, UDP or ICMP
        Parameters:
        protocol - the protocol
        Returns:
        the security group rule builder
      • range

        SecurityGroupRuleBuilder range​(int fromPort,
                                       int toPort)
        Deprecated.
        Port range which consists of a starting and destination port
        Parameters:
        fromPort - the source port
        toPort - the destination port
        Returns:
        the security group rule builder
      • cidr

        SecurityGroupRuleBuilder cidr​(String cidr)
        Deprecated.
        Destination IP address(es) in CIDR notation
        Parameters:
        cidr - the CIDR notation
        Returns:
        the security group rule builder
      • groupId

        SecurityGroupRuleBuilder groupId​(String groupId)
        Deprecated.
        Security group id
        Parameters:
        groupId - the group id
        Returns:
        the security group rule builder
      • parentGroupId

        SecurityGroupRuleBuilder parentGroupId​(String parentGroupId)
        Deprecated.
        Parent security group id
        Parameters:
        parentGroupId - the parent group id
        Returns:
        the security group rule builder