CopyableBuilder<SizeConstraintSetUpdate.Builder,SizeConstraintSetUpdate>, SdkBuilder<SizeConstraintSetUpdate.Builder,SizeConstraintSetUpdate>public static interface SizeConstraintSetUpdate.Builder extends CopyableBuilder<SizeConstraintSetUpdate.Builder,SizeConstraintSetUpdate>
| Modifier and Type | Method | Description |
|---|---|---|
SizeConstraintSetUpdate.Builder |
action(String action) |
|
SizeConstraintSetUpdate.Builder |
action(ChangeAction action) |
|
SizeConstraintSetUpdate.Builder |
sizeConstraint(SizeConstraint sizeConstraint) |
Specifies a constraint on the size of a part of the web request.
|
copyapply, buildSizeConstraintSetUpdate.Builder action(String action)
Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use
DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.
action - Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use
DELETE to remove a SizeConstraintSetUpdate from a
SizeConstraintSet.ChangeActionSizeConstraintSetUpdate.Builder action(ChangeAction action)
Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use
DELETE to remove a SizeConstraintSetUpdate from a SizeConstraintSet.
action - Specify INSERT to add a SizeConstraintSetUpdate to a SizeConstraintSet. Use
DELETE to remove a SizeConstraintSetUpdate from a
SizeConstraintSet.ChangeActionSizeConstraintSetUpdate.Builder sizeConstraint(SizeConstraint sizeConstraint)
Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size,
ComparisonOperator, and FieldToMatch to build an expression in the form of "
Size ComparisonOperator size in bytes of FieldToMatch". If that
expression is true, the SizeConstraint is considered to match.
sizeConstraint - Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size,
ComparisonOperator, and FieldToMatch to build an expression in the form of "
Size ComparisonOperator size in bytes of FieldToMatch". If that
expression is true, the SizeConstraint is considered to match.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.