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