public static interface ListAutomationRulesRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListAutomationRulesRequest.Builder,ListAutomationRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAutomationRulesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of rules to return in the response.
|
ListAutomationRulesRequest.Builder |
nextToken(String nextToken)
A token to specify where to start paginating the response.
|
ListAutomationRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAutomationRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAutomationRulesRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating the response. This is the NextToken from a
previously truncated response. On your first call to the ListAutomationRules API, set the value
of this parameter to NULL.
nextToken - A token to specify where to start paginating the response. This is the NextToken from a
previously truncated response. On your first call to the ListAutomationRules API, set the
value of this parameter to NULL.ListAutomationRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of rules to return in the response. This currently ranges from 1 to 100.
maxResults - The maximum number of rules to return in the response. This currently ranges from 1 to 100.ListAutomationRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAutomationRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.