public static interface ListAppsListsRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListAppsListsRequest.Builder,ListAppsListsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppsListsRequest.Builder |
defaultLists(Boolean defaultLists)
Specifies whether the lists to retrieve are default lists owned by Firewall Manager.
|
ListAppsListsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request.
|
ListAppsListsRequest.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. |
ListAppsListsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppsListsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsListsRequest.Builder defaultLists(Boolean defaultLists)
Specifies whether the lists to retrieve are default lists owned by Firewall Manager.
defaultLists - Specifies whether the lists to retrieve are default lists owned by Firewall Manager.ListAppsListsRequest.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. For all but the first request, you provide the
token returned by the prior request in the request parameters, 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. For all but the first request,
you provide the token returned by the prior request in the request parameters, to retrieve the next
batch of objects.ListAppsListsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are
available, in the response, Firewall Manager provides a NextToken value that you can use in a
subsequent call to get the next batch of objects.
If you don't specify this, Firewall Manager returns all available objects.
maxResults - The maximum number of objects that you want Firewall Manager to return for this request. If more
objects are available, in the response, Firewall Manager provides a NextToken value that
you can use in a subsequent call to get the next batch of objects.
If you don't specify this, Firewall Manager returns all available objects.
ListAppsListsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppsListsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.