Class ApplicationGroupSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.networkfirewall.model.ApplicationGroupSummary.Builder
-
- Enclosing class:
- ApplicationGroupSummary
public static class ApplicationGroupSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationGroupSummary
build()
ApplicationGroupSummary.Builder
copy(ApplicationGroupSummary model)
ApplicationGroupSummary.Builder
name(String name)
Name of the application groups.ApplicationGroupSummary.Builder
parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this application group belongs to.ApplicationGroupSummary.Builder
totalApps(Integer totalApps)
Count of total applications in the given application group.
-
-
-
Method Detail
-
name
public ApplicationGroupSummary.Builder name(String name)
Name of the application groups.- Parameters:
name
- the value to set- Returns:
- this builder
-
totalApps
public ApplicationGroupSummary.Builder totalApps(Integer totalApps)
Count of total applications in the given application group.- Parameters:
totalApps
- the value to set- Returns:
- this builder
-
parentResourceId
public ApplicationGroupSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this application group belongs to.- Parameters:
parentResourceId
- the value to set- Returns:
- this builder
-
build
public ApplicationGroupSummary build()
-
copy
public ApplicationGroupSummary.Builder copy(ApplicationGroupSummary model)
-
-