Interface ActionCondition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ActionCondition.Builder,,ActionCondition> SdkBuilder<ActionCondition.Builder,,ActionCondition> SdkPojo
- Enclosing class:
ActionCondition
@Mutable
@NotThreadSafe
public static interface ActionCondition.Builder
extends SdkPojo, CopyableBuilder<ActionCondition.Builder,ActionCondition>
-
Method Summary
Modifier and TypeMethodDescriptionThe WAF action to match against (ALLOW, BLOCK, COUNT, CAPTCHA, CHALLENGE, EXCLUDED_AS_COUNT).The WAF action to match against (ALLOW, BLOCK, COUNT, CAPTCHA, CHALLENGE, EXCLUDED_AS_COUNT).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
action
The WAF action to match against (ALLOW, BLOCK, COUNT, CAPTCHA, CHALLENGE, EXCLUDED_AS_COUNT).
- Parameters:
action- The WAF action to match against (ALLOW, BLOCK, COUNT, CAPTCHA, CHALLENGE, EXCLUDED_AS_COUNT).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The WAF action to match against (ALLOW, BLOCK, COUNT, CAPTCHA, CHALLENGE, EXCLUDED_AS_COUNT).
- Parameters:
action- The WAF action to match against (ALLOW, BLOCK, COUNT, CAPTCHA, CHALLENGE, EXCLUDED_AS_COUNT).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-