Class ApplicationGroup.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public ApplicationGroup.Builder name​(String name)
        Name of the application Group.
        Parameters:
        name - the value to set
        Returns:
        this builder
      • totalApps

        public ApplicationGroup.Builder totalApps​(Integer totalApps)
        Count of total applications in the given application group.
        Parameters:
        totalApps - the value to set
        Returns:
        this builder
      • parentResourceId

        public ApplicationGroup.Builder parentResourceId​(String parentResourceId)
        OCID of the Network Firewall Policy this application group belongs to.
        Parameters:
        parentResourceId - the value to set
        Returns:
        this builder
      • description

        public ApplicationGroup.Builder description​(String description)
        The description of the application list.

        This field can be used to add additional info.

        Parameters:
        description - the value to set
        Returns:
        this builder