Class SecurityGroupNetworkInterface


  • public class SecurityGroupNetworkInterface
    extends Object
    Network interface and all its associated security rules.
    • Constructor Detail

      • SecurityGroupNetworkInterface

        public SecurityGroupNetworkInterface()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public SecurityGroupNetworkInterface withId​(String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the SecurityGroupNetworkInterface object itself.
      • securityRuleAssociations

        public SecurityRuleAssociations securityRuleAssociations()
        Get the securityRuleAssociations value.
        Returns:
        the securityRuleAssociations value
      • withSecurityRuleAssociations

        public SecurityGroupNetworkInterface withSecurityRuleAssociations​(SecurityRuleAssociations securityRuleAssociations)
        Set the securityRuleAssociations value.
        Parameters:
        securityRuleAssociations - the securityRuleAssociations value to set
        Returns:
        the SecurityGroupNetworkInterface object itself.