Interface AuthorizeSecurityGroupIngressResponse.Builder

    • Method Detail

      • returnValue

        AuthorizeSecurityGroupIngressResponse.Builder returnValue​(Boolean returnValue)

        Returns true if the request succeeds; otherwise, returns an error.

        Parameters:
        returnValue - Returns true if the request succeeds; otherwise, returns an error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupRules

        AuthorizeSecurityGroupIngressResponse.Builder securityGroupRules​(Collection<SecurityGroupRule> securityGroupRules)

        Information about the inbound (ingress) security group rules that were added.

        Parameters:
        securityGroupRules - Information about the inbound (ingress) security group rules that were added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupRules

        AuthorizeSecurityGroupIngressResponse.Builder securityGroupRules​(SecurityGroupRule... securityGroupRules)

        Information about the inbound (ingress) security group rules that were added.

        Parameters:
        securityGroupRules - Information about the inbound (ingress) security group rules that were added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.