Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsWafRegionalRateBasedRuleMatchPredicate.Builder
-
Packages that use AwsWafRegionalRateBasedRuleMatchPredicate.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafRegionalRateBasedRuleMatchPredicate.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsWafRegionalRateBasedRuleMatchPredicate.Builder Modifier and Type Method Description static AwsWafRegionalRateBasedRuleMatchPredicate.BuilderAwsWafRegionalRateBasedRuleMatchPredicate. builder()AwsWafRegionalRateBasedRuleMatchPredicate.BuilderAwsWafRegionalRateBasedRuleMatchPredicate.Builder. dataId(String dataId)The unique identifier for the predicate.AwsWafRegionalRateBasedRuleMatchPredicate.BuilderAwsWafRegionalRateBasedRuleMatchPredicate.Builder. negated(Boolean negated)If set totrue, then the rule actions are performed on requests that match the predicate settings.AwsWafRegionalRateBasedRuleMatchPredicate.BuilderAwsWafRegionalRateBasedRuleMatchPredicate. toBuilder()AwsWafRegionalRateBasedRuleMatchPredicate.BuilderAwsWafRegionalRateBasedRuleMatchPredicate.Builder. type(String type)The type of predicate.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafRegionalRateBasedRuleMatchPredicate.Builder Modifier and Type Method Description static Class<? extends AwsWafRegionalRateBasedRuleMatchPredicate.Builder>AwsWafRegionalRateBasedRuleMatchPredicate. serializableBuilderClass()
-