public static interface ApplicationLayerAutomaticResponseConfiguration.Builder extends SdkPojo, CopyableBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ApplicationLayerAutomaticResponseConfiguration.Builder |
action(Consumer<ResponseAction.Builder> action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of
the protected resource in response to DDoS attacks.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
action(ResponseAction action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of
the protected resource in response to DDoS attacks.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
status(ApplicationLayerAutomaticResponseStatus status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
status(String status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationLayerAutomaticResponseConfiguration.Builder status(String status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
status - Indicates whether automatic application layer DDoS mitigation is enabled for the protection.ApplicationLayerAutomaticResponseStatus,
ApplicationLayerAutomaticResponseStatusApplicationLayerAutomaticResponseConfiguration.Builder status(ApplicationLayerAutomaticResponseStatus status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
status - Indicates whether automatic application layer DDoS mitigation is enabled for the protection.ApplicationLayerAutomaticResponseStatus,
ApplicationLayerAutomaticResponseStatusApplicationLayerAutomaticResponseConfiguration.Builder action(ResponseAction action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
action - Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on
behalf of the protected resource in response to DDoS attacks. You specify this as part of the
configuration for the automatic application layer DDoS mitigation feature, when you enable or update
automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group,
inside the web ACL that you have associated with the resource.default ApplicationLayerAutomaticResponseConfiguration.Builder action(Consumer<ResponseAction.Builder> action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
This is a convenience method that creates an instance of theResponseAction.Builder avoiding the need
to create one manually via ResponseAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to action(ResponseAction).
action - a consumer that will call methods on ResponseAction.Builderaction(ResponseAction)Copyright © 2023. All rights reserved.