Interface ListComplianceStatusRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListComplianceStatusRequest.Builder,,- ListComplianceStatusRequest> - FmsRequest.Builder,- SdkBuilder<ListComplianceStatusRequest.Builder,,- ListComplianceStatusRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListComplianceStatusRequest
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) Specifies the number ofPolicyComplianceStatusobjects that you want Firewall Manager to return for this request.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the Firewall Manager policy that you want the details for.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.fms.model.FmsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
policyIdThe 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.
 
- 
nextTokenIf 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 for- MaxResultsand you have more- PolicyComplianceStatusobjects than the number that you specify for- MaxResults, Firewall Manager returns a- NextTokenvalue in the response that allows you to list another group of- PolicyComplianceStatusobjects. For the second and subsequent- ListComplianceStatusrequests, specify the value of- NextTokenfrom the previous response to get information about another batch of- PolicyComplianceStatusobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsSpecifies 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 of- PolicyComplianceStatusobjects that you want Firewall Manager to return for this request. If you have more- PolicyComplianceStatusobjects than the number that you specify for- MaxResults, the response includes a- NextTokenvalue that you can use to get another batch of- PolicyComplianceStatusobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListComplianceStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListComplianceStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-