public static interface AppsListDataSummary.Builder extends SdkPojo, CopyableBuilder<AppsListDataSummary.Builder,AppsListDataSummary>
| Modifier and Type | Method and Description |
|---|---|
AppsListDataSummary.Builder |
appsList(App... appsList)
An array of
App objects in the Firewall Manager applications list. |
AppsListDataSummary.Builder |
appsList(Collection<App> appsList)
An array of
App objects in the Firewall Manager applications list. |
AppsListDataSummary.Builder |
appsList(Consumer<App.Builder>... appsList)
An array of
App objects in the Firewall Manager applications list. |
AppsListDataSummary.Builder |
listArn(String listArn)
The Amazon Resource Name (ARN) of the applications list.
|
AppsListDataSummary.Builder |
listId(String listId)
The ID of the applications list.
|
AppsListDataSummary.Builder |
listName(String listName)
The name of the applications list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppsListDataSummary.Builder listArn(String listArn)
The Amazon Resource Name (ARN) of the applications list.
listArn - The Amazon Resource Name (ARN) of the applications list.AppsListDataSummary.Builder listId(String listId)
The ID of the applications list.
listId - The ID of the applications list.AppsListDataSummary.Builder listName(String listName)
The name of the applications list.
listName - The name of the applications list.AppsListDataSummary.Builder appsList(Collection<App> appsList)
An array of App objects in the Firewall Manager applications list.
appsList - An array of App objects in the Firewall Manager applications list.AppsListDataSummary.Builder appsList(App... appsList)
An array of App objects in the Firewall Manager applications list.
appsList - An array of App objects in the Firewall Manager applications list.AppsListDataSummary.Builder appsList(Consumer<App.Builder>... appsList)
An array of App objects in the Firewall Manager applications list.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #appsList(List) .appsList - a consumer that will call methods on List.Builder #appsList(List) Copyright © 2022. All rights reserved.