AppsListData.Builder |
AppsListData.Builder.appsList(Collection<App> appsList) |
An array of applications in the Firewall Manager applications list.
|
AppsListData.Builder |
AppsListData.Builder.appsList(Consumer<App.Builder>... appsList) |
An array of applications in the Firewall Manager applications list.
|
AppsListData.Builder |
AppsListData.Builder.appsList(App... appsList) |
An array of applications in the Firewall Manager applications list.
|
static AppsListData.Builder |
AppsListData.builder() |
|
AppsListData.Builder |
AppsListData.Builder.createTime(Instant createTime) |
The time that the Firewall Manager applications list was created.
|
AppsListData.Builder |
AppsListData.Builder.lastUpdateTime(Instant lastUpdateTime) |
The time that the Firewall Manager applications list was last updated.
|
AppsListData.Builder |
AppsListData.Builder.listId(String listId) |
The ID of the Firewall Manager applications list.
|
AppsListData.Builder |
AppsListData.Builder.listName(String listName) |
The name of the Firewall Manager applications list.
|
AppsListData.Builder |
AppsListData.Builder.listUpdateToken(String listUpdateToken) |
A unique identifier for each update to the list.
|
AppsListData.Builder |
AppsListData.Builder.previousAppsList(Map<String,? extends Collection<App>> previousAppsList) |
A map of previous version numbers to their corresponding App object arrays.
|
AppsListData.Builder |
AppsListData.toBuilder() |
|