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)
Add an optional request override configuration.
|
ListProtocolsListsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListProtocolsListsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListProtocolsListsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.