public static class ApplicationGroupSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public ApplicationGroupSummary.Builder name(String name)
Name of the application groups.
name
- the value to setpublic ApplicationGroupSummary.Builder totalApps(Integer totalApps)
Count of total applications in the given application group.
totalApps
- the value to setpublic ApplicationGroupSummary.Builder parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this application group belongs to.
parentResourceId
- the value to setpublic ApplicationGroupSummary build()
public ApplicationGroupSummary.Builder copy(ApplicationGroupSummary model)
Copyright © 2016–2024. All rights reserved.