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.
App.Builder avoiding the need to create one manually via
App.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #appsList(List.
appsList - a consumer that will call methods on App.Builder#appsList(java.util.Collection) Copyright © 2023. All rights reserved.