public static interface ListAppsListsResponse.Builder extends FmsResponse.Builder, SdkPojo, CopyableBuilder<ListAppsListsResponse.Builder,ListAppsListsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppsListsResponse.Builder |
appsLists(AppsListDataSummary... appsLists)
An array of
AppsListDataSummary objects. |
ListAppsListsResponse.Builder |
appsLists(Collection<AppsListDataSummary> appsLists)
An array of
AppsListDataSummary objects. |
ListAppsListsResponse.Builder |
appsLists(Consumer<AppsListDataSummary.Builder>... appsLists)
An array of
AppsListDataSummary objects. |
ListAppsListsResponse.Builder |
nextToken(String nextToken)
If you specify a value for
MaxResults in your list request, and you have more objects than the
maximum, Firewall Manager returns this token in the response. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsListsResponse.Builder appsLists(Collection<AppsListDataSummary> appsLists)
An array of AppsListDataSummary objects.
appsLists - An array of AppsListDataSummary objects.ListAppsListsResponse.Builder appsLists(AppsListDataSummary... appsLists)
An array of AppsListDataSummary objects.
appsLists - An array of AppsListDataSummary objects.ListAppsListsResponse.Builder appsLists(Consumer<AppsListDataSummary.Builder>... appsLists)
An array of AppsListDataSummary objects.
AppsListDataSummary.Builder avoiding the need to create one
manually via AppsListDataSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #appsLists(List.
appsLists - a consumer that will call methods on
AppsListDataSummary.Builder#appsLists(java.util.Collection) ListAppsListsResponse.Builder nextToken(String nextToken)
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, Firewall Manager returns this token in the response. You can use this token in subsequent requests
to retrieve the next batch of objects.
nextToken - If you specify a value for MaxResults in your list request, and you have more objects
than the maximum, Firewall Manager returns this token in the response. You can use this token in
subsequent requests to retrieve the next batch of objects.Copyright © 2023. All rights reserved.