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