Interface ApplicationLayerAutomaticResponseConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>, SdkBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>, SdkPojo
Enclosing class:
ApplicationLayerAutomaticResponseConfiguration

public static interface ApplicationLayerAutomaticResponseConfiguration.Builder extends SdkPojo, CopyableBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>
  • Method Details

    • status

      Indicates whether automatic application layer DDoS mitigation is enabled for the protection.

      Parameters:
      status - Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates whether automatic application layer DDoS mitigation is enabled for the protection.

      Parameters:
      status - Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the ResponseAction.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).

      Parameters:
      action - a consumer that will call methods on ResponseAction.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: