public static interface ListPoliciesRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListPoliciesRequest.Builder,ListPoliciesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesRequest.Builder |
maxResults(Integer maxResults)
Specifies the number of
PolicySummary objects that you want Firewall Manager to return for this
request. |
ListPoliciesRequest.Builder |
nextToken(String nextToken)
If you specify a value for
MaxResults and you have more PolicySummary objects than
the number that you specify for MaxResults, Firewall Manager returns a NextToken
value in the response that allows you to list another group of PolicySummary objects. |
ListPoliciesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPoliciesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPoliciesRequest.Builder nextToken(String nextToken)
If you specify a value for MaxResults and you have more PolicySummary objects than
the number that you specify for MaxResults, Firewall Manager returns a NextToken
value in the response that allows you to list another group of PolicySummary objects. For the
second and subsequent ListPolicies requests, specify the value of NextToken from
the previous response to get information about another batch of PolicySummary objects.
nextToken - If you specify a value for MaxResults and you have more PolicySummary
objects than the number that you specify for MaxResults, Firewall Manager returns a
NextToken value in the response that allows you to list another group of
PolicySummary objects. For the second and subsequent ListPolicies requests,
specify the value of NextToken from the previous response to get information about
another batch of PolicySummary objects.ListPoliciesRequest.Builder maxResults(Integer maxResults)
Specifies the number of PolicySummary objects that you want Firewall Manager to return for this
request. If you have more PolicySummary objects than the number that you specify for
MaxResults, the response includes a NextToken value that you can use to get another
batch of PolicySummary objects.
maxResults - Specifies the number of PolicySummary objects that you want Firewall Manager to return
for this request. If you have more PolicySummary objects than the number that you specify
for MaxResults, the response includes a NextToken value that you can use to
get another batch of PolicySummary objects.ListPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.