Interface ListPoliciesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPoliciesRequest.Builder,ListPoliciesRequest>,FmsRequest.Builder,SdkBuilder<ListPoliciesRequest.Builder,ListPoliciesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListPoliciesRequest
public static interface ListPoliciesRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListPoliciesRequest.Builder,ListPoliciesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPoliciesRequest.BuildermaxResults(Integer maxResults)Specifies the number ofPolicySummaryobjects that you want Firewall Manager to return for this request.ListPoliciesRequest.BuildernextToken(String nextToken)If you specify a value forMaxResultsand you have morePolicySummaryobjects than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group ofPolicySummaryobjects.ListPoliciesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPoliciesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
nextToken
ListPoliciesRequest.Builder nextToken(String nextToken)
If you specify a value for
MaxResultsand you have morePolicySummaryobjects than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group ofPolicySummaryobjects. For the second and subsequentListPoliciesrequests, specify the value ofNextTokenfrom the previous response to get information about another batch ofPolicySummaryobjects.- Parameters:
nextToken- If you specify a value forMaxResultsand you have morePolicySummaryobjects than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group ofPolicySummaryobjects. For the second and subsequentListPoliciesrequests, specify the value ofNextTokenfrom the previous response to get information about another batch ofPolicySummaryobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListPoliciesRequest.Builder maxResults(Integer maxResults)
Specifies the number of
PolicySummaryobjects that you want Firewall Manager to return for this request. If you have morePolicySummaryobjects than the number that you specify forMaxResults, the response includes aNextTokenvalue that you can use to get another batch ofPolicySummaryobjects.- Parameters:
maxResults- Specifies the number ofPolicySummaryobjects that you want Firewall Manager to return for this request. If you have morePolicySummaryobjects than the number that you specify forMaxResults, the response includes aNextTokenvalue that you can use to get another batch ofPolicySummaryobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-