public static interface ListProtocolsListsRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListProtocolsListsRequest.Builder,ListProtocolsListsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProtocolsListsRequest.Builder |
defaultLists(Boolean defaultLists)
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
|
ListProtocolsListsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects that you want AWS Firewall Manager to return for this request.
|
ListProtocolsListsRequest.Builder |
nextToken(String nextToken)
If you specify a value for
MaxResults in your list request, and you have more objects than the
maximum, AWS Firewall Manager returns this token in the response. |
ListProtocolsListsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProtocolsListsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProtocolsListsRequest.Builder defaultLists(Boolean defaultLists)
Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.
defaultLists - Specifies whether the lists to retrieve are default lists owned by AWS Firewall Manager.ListProtocolsListsRequest.Builder nextToken(String nextToken)
If you specify a value for MaxResults in your list request, and you have more objects than the
maximum, AWS 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, AWS 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.ListProtocolsListsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects that you want AWS Firewall Manager to return for this request. If more objects
are available, in the response, AWS 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, AWS Firewall Manager returns all available objects.
maxResults - The maximum number of objects that you want AWS Firewall Manager to return for this request. If more
objects are available, in the response, AWS 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, AWS Firewall Manager returns all available objects.
ListProtocolsListsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProtocolsListsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.