public static interface ManagedRuleGroupConfig.Builder extends SdkPojo, CopyableBuilder<ManagedRuleGroupConfig.Builder,ManagedRuleGroupConfig>
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleGroupConfig.Builder |
awsManagedRulesACFPRuleSet(AWSManagedRulesACFPRuleSet awsManagedRulesACFPRuleSet)
Additional configuration for using the account creation fraud prevention (ACFP) managed rule group,
AWSManagedRulesACFPRuleSet. |
default ManagedRuleGroupConfig.Builder |
awsManagedRulesACFPRuleSet(Consumer<AWSManagedRulesACFPRuleSet.Builder> awsManagedRulesACFPRuleSet)
Additional configuration for using the account creation fraud prevention (ACFP) managed rule group,
AWSManagedRulesACFPRuleSet. |
ManagedRuleGroupConfig.Builder |
awsManagedRulesATPRuleSet(AWSManagedRulesATPRuleSet awsManagedRulesATPRuleSet)
Additional configuration for using the account takeover prevention (ATP) managed rule group,
AWSManagedRulesATPRuleSet. |
default ManagedRuleGroupConfig.Builder |
awsManagedRulesATPRuleSet(Consumer<AWSManagedRulesATPRuleSet.Builder> awsManagedRulesATPRuleSet)
Additional configuration for using the account takeover prevention (ATP) managed rule group,
AWSManagedRulesATPRuleSet. |
ManagedRuleGroupConfig.Builder |
awsManagedRulesBotControlRuleSet(AWSManagedRulesBotControlRuleSet awsManagedRulesBotControlRuleSet)
Additional configuration for using the Bot Control managed rule group.
|
default ManagedRuleGroupConfig.Builder |
awsManagedRulesBotControlRuleSet(Consumer<AWSManagedRulesBotControlRuleSet.Builder> awsManagedRulesBotControlRuleSet)
Additional configuration for using the Bot Control managed rule group.
|
ManagedRuleGroupConfig.Builder |
loginPath(String loginPath)
Deprecated.
Deprecated. Use AWSManagedRulesATPRuleSet LoginPath
|
default ManagedRuleGroupConfig.Builder |
passwordField(Consumer<PasswordField.Builder> passwordField)
Deprecated.
Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection PasswordField
|
ManagedRuleGroupConfig.Builder |
passwordField(PasswordField passwordField)
Deprecated.
Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection PasswordField
|
ManagedRuleGroupConfig.Builder |
payloadType(PayloadType payloadType)
Deprecated.
Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection PayloadType
|
ManagedRuleGroupConfig.Builder |
payloadType(String payloadType)
Deprecated.
Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection PayloadType
|
default ManagedRuleGroupConfig.Builder |
usernameField(Consumer<UsernameField.Builder> usernameField)
Deprecated.
Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection UsernameField
|
ManagedRuleGroupConfig.Builder |
usernameField(UsernameField usernameField)
Deprecated.
Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection UsernameField
|
equalsBySdkFields, sdkFieldscopyapplyMutation, build@Deprecated ManagedRuleGroupConfig.Builder loginPath(String loginPath)
Instead of this setting, provide your configuration under AWSManagedRulesATPRuleSet.
loginPath -
Instead of this setting, provide your configuration under AWSManagedRulesATPRuleSet.
@Deprecated ManagedRuleGroupConfig.Builder payloadType(String payloadType)
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
payloadType -
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
PayloadType,
PayloadType@Deprecated ManagedRuleGroupConfig.Builder payloadType(PayloadType payloadType)
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
payloadType -
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
PayloadType,
PayloadType@Deprecated ManagedRuleGroupConfig.Builder usernameField(UsernameField usernameField)
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
usernameField -
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
@Deprecated default ManagedRuleGroupConfig.Builder usernameField(Consumer<UsernameField.Builder> usernameField)
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
UsernameField.Builder avoiding
the need to create one manually via UsernameField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to usernameField(UsernameField).
usernameField - a consumer that will call methods on UsernameField.BuilderusernameField(UsernameField)@Deprecated ManagedRuleGroupConfig.Builder passwordField(PasswordField passwordField)
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
passwordField -
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
@Deprecated default ManagedRuleGroupConfig.Builder passwordField(Consumer<PasswordField.Builder> passwordField)
Instead of this setting, provide your configuration under the request inspection configuration for
AWSManagedRulesATPRuleSet or AWSManagedRulesACFPRuleSet.
PasswordField.Builder avoiding
the need to create one manually via PasswordField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to passwordField(PasswordField).
passwordField - a consumer that will call methods on PasswordField.BuilderpasswordField(PasswordField)ManagedRuleGroupConfig.Builder awsManagedRulesBotControlRuleSet(AWSManagedRulesBotControlRuleSet awsManagedRulesBotControlRuleSet)
Additional configuration for using the Bot Control managed rule group. Use this to specify the inspection level that you want to use. For information about using the Bot Control managed rule group, see WAF Bot Control rule group and WAF Bot Control in the WAF Developer Guide.
awsManagedRulesBotControlRuleSet - Additional configuration for using the Bot Control managed rule group. Use this to specify the
inspection level that you want to use. For information about using the Bot Control managed rule group,
see WAF Bot
Control rule group and WAF Bot Control
in the WAF Developer Guide.default ManagedRuleGroupConfig.Builder awsManagedRulesBotControlRuleSet(Consumer<AWSManagedRulesBotControlRuleSet.Builder> awsManagedRulesBotControlRuleSet)
Additional configuration for using the Bot Control managed rule group. Use this to specify the inspection level that you want to use. For information about using the Bot Control managed rule group, see WAF Bot Control rule group and WAF Bot Control in the WAF Developer Guide.
This is a convenience method that creates an instance of theAWSManagedRulesBotControlRuleSet.Builder
avoiding the need to create one manually via AWSManagedRulesBotControlRuleSet.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
awsManagedRulesBotControlRuleSet(AWSManagedRulesBotControlRuleSet).
awsManagedRulesBotControlRuleSet - a consumer that will call methods on AWSManagedRulesBotControlRuleSet.BuilderawsManagedRulesBotControlRuleSet(AWSManagedRulesBotControlRuleSet)ManagedRuleGroupConfig.Builder awsManagedRulesATPRuleSet(AWSManagedRulesATPRuleSet awsManagedRulesATPRuleSet)
Additional configuration for using the account takeover prevention (ATP) managed rule group,
AWSManagedRulesATPRuleSet. Use this to provide login request information to the rule group. For
web ACLs that protect CloudFront distributions, use this to also provide the information about how your
distribution responds to login requests.
This configuration replaces the individual configuration fields in ManagedRuleGroupConfig and
provides additional feature configuration.
For information about using the ATP managed rule group, see WAF Fraud Control account takeover prevention (ATP) rule group and WAF Fraud Control account takeover prevention (ATP) in the WAF Developer Guide.
awsManagedRulesATPRuleSet - Additional configuration for using the account takeover prevention (ATP) managed rule group,
AWSManagedRulesATPRuleSet. Use this to provide login request information to the rule
group. For web ACLs that protect CloudFront distributions, use this to also provide the information
about how your distribution responds to login requests.
This configuration replaces the individual configuration fields in ManagedRuleGroupConfig
and provides additional feature configuration.
For information about using the ATP managed rule group, see WAF Fraud Control account takeover prevention (ATP) rule group and WAF Fraud Control account takeover prevention (ATP) in the WAF Developer Guide.
default ManagedRuleGroupConfig.Builder awsManagedRulesATPRuleSet(Consumer<AWSManagedRulesATPRuleSet.Builder> awsManagedRulesATPRuleSet)
Additional configuration for using the account takeover prevention (ATP) managed rule group,
AWSManagedRulesATPRuleSet. Use this to provide login request information to the rule group. For
web ACLs that protect CloudFront distributions, use this to also provide the information about how your
distribution responds to login requests.
This configuration replaces the individual configuration fields in ManagedRuleGroupConfig and
provides additional feature configuration.
For information about using the ATP managed rule group, see WAF Fraud Control account takeover prevention (ATP) rule group and WAF Fraud Control account takeover prevention (ATP) in the WAF Developer Guide.
This is a convenience method that creates an instance of theAWSManagedRulesATPRuleSet.Builder
avoiding the need to create one manually via AWSManagedRulesATPRuleSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to awsManagedRulesATPRuleSet(AWSManagedRulesATPRuleSet).
awsManagedRulesATPRuleSet - a consumer that will call methods on AWSManagedRulesATPRuleSet.BuilderawsManagedRulesATPRuleSet(AWSManagedRulesATPRuleSet)ManagedRuleGroupConfig.Builder awsManagedRulesACFPRuleSet(AWSManagedRulesACFPRuleSet awsManagedRulesACFPRuleSet)
Additional configuration for using the account creation fraud prevention (ACFP) managed rule group,
AWSManagedRulesACFPRuleSet. Use this to provide account creation request information to the rule
group. For web ACLs that protect CloudFront distributions, use this to also provide the information about how
your distribution responds to account creation requests.
For information about using the ACFP managed rule group, see WAF Fraud Control account creation fraud prevention (ACFP) rule group and WAF Fraud Control account creation fraud prevention (ACFP) in the WAF Developer Guide.
awsManagedRulesACFPRuleSet - Additional configuration for using the account creation fraud prevention (ACFP) managed rule group,
AWSManagedRulesACFPRuleSet. Use this to provide account creation request information to
the rule group. For web ACLs that protect CloudFront distributions, use this to also provide the
information about how your distribution responds to account creation requests.
For information about using the ACFP managed rule group, see WAF Fraud Control account creation fraud prevention (ACFP) rule group and WAF Fraud Control account creation fraud prevention (ACFP) in the WAF Developer Guide.
default ManagedRuleGroupConfig.Builder awsManagedRulesACFPRuleSet(Consumer<AWSManagedRulesACFPRuleSet.Builder> awsManagedRulesACFPRuleSet)
Additional configuration for using the account creation fraud prevention (ACFP) managed rule group,
AWSManagedRulesACFPRuleSet. Use this to provide account creation request information to the rule
group. For web ACLs that protect CloudFront distributions, use this to also provide the information about how
your distribution responds to account creation requests.
For information about using the ACFP managed rule group, see WAF Fraud Control account creation fraud prevention (ACFP) rule group and WAF Fraud Control account creation fraud prevention (ACFP) in the WAF Developer Guide.
This is a convenience method that creates an instance of theAWSManagedRulesACFPRuleSet.Builder
avoiding the need to create one manually via AWSManagedRulesACFPRuleSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to awsManagedRulesACFPRuleSet(AWSManagedRulesACFPRuleSet).
awsManagedRulesACFPRuleSet - a consumer that will call methods on AWSManagedRulesACFPRuleSet.BuilderawsManagedRulesACFPRuleSet(AWSManagedRulesACFPRuleSet)Copyright © 2023. All rights reserved.