Interface ListAutomationRulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAutomationRulesRequest.Builder,ListAutomationRulesRequest>,SdkBuilder<ListAutomationRulesRequest.Builder,ListAutomationRulesRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- ListAutomationRulesRequest
public static interface ListAutomationRulesRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<ListAutomationRulesRequest.Builder,ListAutomationRulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAutomationRulesRequest.BuildermaxResults(Integer maxResults)The maximum number of rules to return in the response.ListAutomationRulesRequest.BuildernextToken(String nextToken)A token to specify where to start paginating the response.ListAutomationRulesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAutomationRulesRequest.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
nextToken
ListAutomationRulesRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating the response. This is the
NextTokenfrom a previously truncated response. On your first call to theListAutomationRulesAPI, set the value of this parameter toNULL.- Parameters:
nextToken- A token to specify where to start paginating the response. This is theNextTokenfrom a previously truncated response. On your first call to theListAutomationRulesAPI, set the value of this parameter toNULL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAutomationRulesRequest.Builder maxResults(Integer maxResults)
The maximum number of rules to return in the response. This currently ranges from 1 to 100.
- Parameters:
maxResults- The maximum number of rules to return in the response. This currently ranges from 1 to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAutomationRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAutomationRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-