Class BlockAction
- java.lang.Object
-
- software.amazon.awssdk.services.wafv2.model.BlockAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BlockAction.Builder,BlockAction>
@Generated("software.amazon.awssdk:codegen") public final class BlockAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BlockAction.Builder,BlockAction>
Specifies that WAF should block the request and optionally defines additional custom handling for the response to the web request.
This is used in the context of other settings, for example to specify values for RuleAction and web ACL DefaultAction.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBlockAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlockAction.Builderbuilder()CustomResponsecustomResponse()Defines a custom response for the web request.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BlockAction.Builder>serializableBuilderClass()BlockAction.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
-
customResponse
public final CustomResponse customResponse()
Defines a custom response for the web request.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
- Returns:
- Defines a custom response for the web request.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
-
toBuilder
public BlockAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BlockAction.Builder,BlockAction>
-
builder
public static BlockAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends BlockAction.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-