Interface ListCustomDetectionRuleAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCustomDetectionRuleAssociationsRequest.Builder,,ListCustomDetectionRuleAssociationsRequest> GuardDutyRequest.Builder,SdkBuilder<ListCustomDetectionRuleAssociationsRequest.Builder,,ListCustomDetectionRuleAssociationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListCustomDetectionRuleAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListCustomDetectionRuleAssociationsRequest.Builder
extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<ListCustomDetectionRuleAssociationsRequest.Builder,ListCustomDetectionRuleAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to return in a single page.The rule execution mode to filter associations by.mode(AssociationMode mode) The rule execution mode to filter associations by.A pagination token from a previous response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique identifier for the custom detection rule to filter associations by.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
The maximum number of results to return in a single page. Minimum value of 1, maximum value of 100.
- Parameters:
maxResults- The maximum number of results to return in a single page. Minimum value of 1, maximum value of 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A pagination token from a previous response. Use this token to retrieve the next page of results.
- Parameters:
nextToken- A pagination token from a previous response. Use this token to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleId
The unique identifier for the custom detection rule to filter associations by.
- Parameters:
ruleId- The unique identifier for the custom detection rule to filter associations by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
The rule execution mode to filter associations by.
- Parameters:
mode- The rule execution mode to filter associations by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The rule execution mode to filter associations by.
- Parameters:
mode- The rule execution mode to filter associations by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListCustomDetectionRuleAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCustomDetectionRuleAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-