Interface AWSManagedRulesBotControlRuleSet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AWSManagedRulesBotControlRuleSet.Builder,AWSManagedRulesBotControlRuleSet>,SdkBuilder<AWSManagedRulesBotControlRuleSet.Builder,AWSManagedRulesBotControlRuleSet>,SdkPojo
- Enclosing class:
- AWSManagedRulesBotControlRuleSet
public static interface AWSManagedRulesBotControlRuleSet.Builder extends SdkPojo, CopyableBuilder<AWSManagedRulesBotControlRuleSet.Builder,AWSManagedRulesBotControlRuleSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AWSManagedRulesBotControlRuleSet.BuilderenableMachineLearning(Boolean enableMachineLearning)Applies only to the targeted inspection level.AWSManagedRulesBotControlRuleSet.BuilderinspectionLevel(String inspectionLevel)The inspection level to use for the Bot Control rule group.AWSManagedRulesBotControlRuleSet.BuilderinspectionLevel(InspectionLevel inspectionLevel)The inspection level to use for the Bot Control rule group.-
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
-
-
-
-
Method Detail
-
inspectionLevel
AWSManagedRulesBotControlRuleSet.Builder inspectionLevel(String inspectionLevel)
The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group in the WAF Developer Guide.
- Parameters:
inspectionLevel- The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group in the WAF Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InspectionLevel,InspectionLevel
-
inspectionLevel
AWSManagedRulesBotControlRuleSet.Builder inspectionLevel(InspectionLevel inspectionLevel)
The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group in the WAF Developer Guide.
- Parameters:
inspectionLevel- The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group in the WAF Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InspectionLevel,InspectionLevel
-
enableMachineLearning
AWSManagedRulesBotControlRuleSet.Builder enableMachineLearning(Boolean enableMachineLearning)
Applies only to the targeted inspection level.
Determines whether to use machine learning (ML) to analyze your web traffic for bot-related activity. Machine learning is required for the Bot Control rules
TGT_ML_CoordinatedActivityLowandTGT_ML_CoordinatedActivityMedium, which inspect for anomalous behavior that might indicate distributed, coordinated bot activity.For more information about this choice, see the listing for these rules in the table at Bot Control rules listing in the WAF Developer Guide.
Default:
TRUE- Parameters:
enableMachineLearning- Applies only to the targeted inspection level.Determines whether to use machine learning (ML) to analyze your web traffic for bot-related activity. Machine learning is required for the Bot Control rules
TGT_ML_CoordinatedActivityLowandTGT_ML_CoordinatedActivityMedium, which inspect for anomalous behavior that might indicate distributed, coordinated bot activity.For more information about this choice, see the listing for these rules in the table at Bot Control rules listing in the WAF Developer Guide.
Default:
TRUE- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-