Interface ListConfigurationPoliciesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListConfigurationPoliciesRequest.Builder,ListConfigurationPoliciesRequest>,SdkBuilder<ListConfigurationPoliciesRequest.Builder,ListConfigurationPoliciesRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- ListConfigurationPoliciesRequest
public static interface ListConfigurationPoliciesRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListConfigurationPoliciesRequest.Builder,ListConfigurationPoliciesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigurationPoliciesRequest.BuildermaxResults(Integer maxResults)The maximum number of results that's returned byListConfigurationPoliciesin each page of the response.ListConfigurationPoliciesRequest.BuildernextToken(String nextToken)The NextToken value that's returned from a previous paginatedListConfigurationPoliciesrequest whereMaxResultswas used but the results exceeded the value of that parameter.ListConfigurationPoliciesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConfigurationPoliciesRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListConfigurationPoliciesRequest.Builder nextToken(String nextToken)
The NextToken value that's returned from a previous paginated
ListConfigurationPoliciesrequest whereMaxResultswas used but the results exceeded the value of that parameter. Pagination continues from theMaxResultswas used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned theNextTokenvalue. This value isnullwhen there are no more results to return.- Parameters:
nextToken- The NextToken value that's returned from a previous paginatedListConfigurationPoliciesrequest whereMaxResultswas used but the results exceeded the value of that parameter. Pagination continues from theMaxResultswas used but the results exceeded the value of that parameter. Pagination continues from the end of the previous response that returned theNextTokenvalue. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListConfigurationPoliciesRequest.Builder maxResults(Integer maxResults)
The maximum number of results that's returned by
ListConfigurationPoliciesin each page of the response. When this parameter is used,ListConfigurationPoliciesreturns the specified number of results in a single page and aNextTokenresponse element. You can see the remaining results of the initial request by sending anotherListConfigurationPoliciesrequest with the returnedNextTokenvalue. A valid range forMaxResultsis between 1 and 100.- Parameters:
maxResults- The maximum number of results that's returned byListConfigurationPoliciesin each page of the response. When this parameter is used,ListConfigurationPoliciesreturns the specified number of results in a single page and aNextTokenresponse element. You can see the remaining results of the initial request by sending anotherListConfigurationPoliciesrequest with the returnedNextTokenvalue. A valid range forMaxResultsis between 1 and 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConfigurationPoliciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConfigurationPoliciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-