Interface ListComplianceStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListComplianceStatusRequest.Builder,ListComplianceStatusRequest>,FmsRequest.Builder,SdkBuilder<ListComplianceStatusRequest.Builder,ListComplianceStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListComplianceStatusRequest
public static interface ListComplianceStatusRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListComplianceStatusRequest.Builder,ListComplianceStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListComplianceStatusRequest.BuildermaxResults(Integer maxResults)Specifies the number ofPolicyComplianceStatusobjects that you want Firewall Manager to return for this request.ListComplianceStatusRequest.BuildernextToken(String nextToken)If you specify a value forMaxResultsand you have morePolicyComplianceStatusobjects than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group ofPolicyComplianceStatusobjects.ListComplianceStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComplianceStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComplianceStatusRequest.BuilderpolicyId(String policyId)The ID of the Firewall Manager policy that you want the details for.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fms.model.FmsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
policyId
ListComplianceStatusRequest.Builder policyId(String policyId)
The ID of the Firewall Manager policy that you want the details for.
- Parameters:
policyId- The ID of the Firewall Manager policy that you want the details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListComplianceStatusRequest.Builder nextToken(String nextToken)
If you specify a value for
MaxResultsand you have morePolicyComplianceStatusobjects than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group ofPolicyComplianceStatusobjects. For the second and subsequentListComplianceStatusrequests, specify the value ofNextTokenfrom the previous response to get information about another batch ofPolicyComplianceStatusobjects.- Parameters:
nextToken- If you specify a value forMaxResultsand you have morePolicyComplianceStatusobjects than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group ofPolicyComplianceStatusobjects. For the second and subsequentListComplianceStatusrequests, specify the value ofNextTokenfrom the previous response to get information about another batch ofPolicyComplianceStatusobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListComplianceStatusRequest.Builder maxResults(Integer maxResults)
Specifies the number of
PolicyComplianceStatusobjects that you want Firewall Manager to return for this request. If you have morePolicyComplianceStatusobjects than the number that you specify forMaxResults, the response includes aNextTokenvalue that you can use to get another batch ofPolicyComplianceStatusobjects.- Parameters:
maxResults- Specifies the number ofPolicyComplianceStatusobjects that you want Firewall Manager to return for this request. If you have morePolicyComplianceStatusobjects than the number that you specify forMaxResults, the response includes aNextTokenvalue that you can use to get another batch ofPolicyComplianceStatusobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListComplianceStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListComplianceStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-