Interface AuthorizeSecurityGroupIngressRequest.Builder

    • Method Detail

      • cidrIp

        AuthorizeSecurityGroupIngressRequest.Builder cidrIp​(String cidrIp)

        The IPv4 address range, in CIDR format.

        To specify an IPv6 address range, use IP permissions instead.

        To specify multiple rules and descriptions for the rules, use IP permissions instead.

        Parameters:
        cidrIp - The IPv4 address range, in CIDR format.

        To specify an IPv6 address range, use IP permissions instead.

        To specify multiple rules and descriptions for the rules, use IP permissions instead.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fromPort

        AuthorizeSecurityGroupIngressRequest.Builder fromPort​(Integer fromPort)

        If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the ICMP type or -1 (all ICMP types).

        To specify multiple rules and descriptions for the rules, use IP permissions instead.

        Parameters:
        fromPort - If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the ICMP type or -1 (all ICMP types).

        To specify multiple rules and descriptions for the rules, use IP permissions instead.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupId

        AuthorizeSecurityGroupIngressRequest.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.
      • groupName

        AuthorizeSecurityGroupIngressRequest.Builder groupName​(String groupName)

        [Default VPC] The name of the security group. For security groups for a default VPC you can specify either the ID or the name of the security group. For security groups for a nondefault VPC, you must specify the ID of the security group.

        Parameters:
        groupName - [Default VPC] The name of the security group. For security groups for a default VPC you can specify either the ID or the name of the security group. For security groups for a nondefault VPC, you must specify the ID of the security group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipPermissions

        AuthorizeSecurityGroupIngressRequest.Builder ipPermissions​(IpPermission... ipPermissions)

        The permissions for the security group rules.

        Parameters:
        ipPermissions - The permissions for the security group rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipProtocol

        AuthorizeSecurityGroupIngressRequest.Builder ipProtocol​(String ipProtocol)

        The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify all protocols, use -1.

        To specify icmpv6, use IP permissions instead.

        If you specify a protocol other than one of the supported values, traffic is allowed on all ports, regardless of any ports that you specify.

        To specify multiple rules and descriptions for the rules, use IP permissions instead.

        Parameters:
        ipProtocol - The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify all protocols, use -1.

        To specify icmpv6, use IP permissions instead.

        If you specify a protocol other than one of the supported values, traffic is allowed on all ports, regardless of any ports that you specify.

        To specify multiple rules and descriptions for the rules, use IP permissions instead.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceSecurityGroupName

        AuthorizeSecurityGroupIngressRequest.Builder sourceSecurityGroupName​(String sourceSecurityGroupName)

        [Default VPC] The name of the source security group.

        The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, specify a set of IP permissions instead.

        Parameters:
        sourceSecurityGroupName - [Default VPC] The name of the source security group.

        The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, specify a set of IP permissions instead.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceSecurityGroupOwnerId

        AuthorizeSecurityGroupIngressRequest.Builder sourceSecurityGroupOwnerId​(String sourceSecurityGroupOwnerId)

        The Amazon Web Services account ID for the source security group, if the source security group is in a different account.

        The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, use IP permissions instead.

        Parameters:
        sourceSecurityGroupOwnerId - The Amazon Web Services account ID for the source security group, if the source security group is in a different account.

        The rule grants full ICMP, UDP, and TCP access. To create a rule with a specific protocol and port range, use IP permissions instead.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toPort

        AuthorizeSecurityGroupIngressRequest.Builder toPort​(Integer toPort)

        If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).

        To specify multiple rules and descriptions for the rules, use IP permissions instead.

        Parameters:
        toPort - If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the ICMP code or -1 (all ICMP codes). If the start port is -1 (all ICMP types), then the end port must be -1 (all ICMP codes).

        To specify multiple rules and descriptions for the rules, use IP permissions instead.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        AuthorizeSecurityGroupIngressRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        AuthorizeSecurityGroupIngressRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags applied to the security group rule.

        Parameters:
        tagSpecifications - The tags applied to the security group rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.