public static interface ListComplianceStatusRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListComplianceStatusRequest.Builder,ListComplianceStatusRequest>
Modifier and Type | Method and Description |
---|---|
ListComplianceStatusRequest.Builder |
maxResults(Integer maxResults)
Specifies the number of
PolicyComplianceStatus objects that you want AWS Firewall Manager to
return for this request. |
ListComplianceStatusRequest.Builder |
nextToken(String nextToken)
If you specify a value for
MaxResults and you have more PolicyComplianceStatus
objects than the number that you specify for MaxResults , AWS Firewall Manager returns a
NextToken value in the response that allows you to list another group of
PolicyComplianceStatus objects. |
ListComplianceStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListComplianceStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListComplianceStatusRequest.Builder |
policyId(String policyId)
The ID of the AWS Firewall Manager policy that you want the details for.
|
build
overrideConfiguration
copy
applyMutation, build
ListComplianceStatusRequest.Builder policyId(String policyId)
The ID of the AWS Firewall Manager policy that you want the details for.
policyId
- The ID of the AWS Firewall Manager policy that you want the details for.ListComplianceStatusRequest.Builder nextToken(String nextToken)
If you specify a value for MaxResults
and you have more PolicyComplianceStatus
objects than the number that you specify for MaxResults
, AWS Firewall Manager returns a
NextToken
value in the response that allows you to list another group of
PolicyComplianceStatus
objects. For the second and subsequent ListComplianceStatus
requests, specify the value of NextToken
from the previous response to get information about
another batch of PolicyComplianceStatus
objects.
nextToken
- If you specify a value for MaxResults
and you have more
PolicyComplianceStatus
objects than the number that you specify for
MaxResults
, AWS Firewall Manager returns a NextToken
value in the response
that allows you to list another group of PolicyComplianceStatus
objects. For the second
and subsequent ListComplianceStatus
requests, specify the value of NextToken
from the previous response to get information about another batch of
PolicyComplianceStatus
objects.ListComplianceStatusRequest.Builder maxResults(Integer maxResults)
Specifies the number of PolicyComplianceStatus
objects that you want AWS Firewall Manager to
return for this request. If you have more PolicyComplianceStatus
objects than the number that
you specify for MaxResults
, the response includes a NextToken
value that you can
use to get another batch of PolicyComplianceStatus
objects.
maxResults
- Specifies the number of PolicyComplianceStatus
objects that you want AWS Firewall Manager
to return for this request. If you have more PolicyComplianceStatus
objects than the
number that you specify for MaxResults
, the response includes a NextToken
value that you can use to get another batch of PolicyComplianceStatus
objects.ListComplianceStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListComplianceStatusRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.