Class ApplicationLayerAutomaticResponseConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.shield.model.ApplicationLayerAutomaticResponseConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationLayerAutomaticResponseConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>
The automatic application layer DDoS mitigation settings for a Protection. This configuration determines whether Shield Advanced automatically manages rules in the web ACL in order to respond to application layer events that Shield Advanced determines to be DDoS attacks.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationLayerAutomaticResponseConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseActionaction()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.static ApplicationLayerAutomaticResponseConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ApplicationLayerAutomaticResponseConfiguration.Builder>serializableBuilderClass()ApplicationLayerAutomaticResponseStatusstatus()Indicates whether automatic application layer DDoS mitigation is enabled for the protection.StringstatusAsString()Indicates whether automatic application layer DDoS mitigation is enabled for the protection.ApplicationLayerAutomaticResponseConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
status
public final ApplicationLayerAutomaticResponseStatus status()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnApplicationLayerAutomaticResponseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
- See Also:
ApplicationLayerAutomaticResponseStatus
-
statusAsString
public final String statusAsString()
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnApplicationLayerAutomaticResponseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
- See Also:
ApplicationLayerAutomaticResponseStatus
-
action
public final 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.
- Returns:
- 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.
-
toBuilder
public ApplicationLayerAutomaticResponseConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>
-
builder
public static ApplicationLayerAutomaticResponseConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationLayerAutomaticResponseConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-