CopyableBuilder<SizeConstraintSet.Builder,SizeConstraintSet>, SdkBuilder<SizeConstraintSet.Builder,SizeConstraintSet>public static interface SizeConstraintSet.Builder extends CopyableBuilder<SizeConstraintSet.Builder,SizeConstraintSet>
| Modifier and Type | Method | Description |
|---|---|---|
SizeConstraintSet.Builder |
name(String name) |
The name, if any, of the
SizeConstraintSet. |
SizeConstraintSet.Builder |
sizeConstraints(Collection<SizeConstraint> sizeConstraints) |
Specifies the parts of web requests that you want to inspect the size of.
|
SizeConstraintSet.Builder |
sizeConstraints(SizeConstraint... sizeConstraints) |
Specifies the parts of web requests that you want to inspect the size of.
|
SizeConstraintSet.Builder |
sizeConstraintSetId(String sizeConstraintSetId) |
A unique identifier for a
SizeConstraintSet. |
copyapply, buildSizeConstraintSet.Builder sizeConstraintSetId(String sizeConstraintSetId)
A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get
information about a SizeConstraintSet (see GetSizeConstraintSet), update a
SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet
into a Rule or delete one from a Rule (see UpdateRule), and delete a
SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).
SizeConstraintSetId is returned by CreateSizeConstraintSet and by
ListSizeConstraintSets.
sizeConstraintSetId - A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to
get information about a SizeConstraintSet (see GetSizeConstraintSet), update a
SizeConstraintSet (see UpdateSizeConstraintSet), insert a
SizeConstraintSet into a Rule or delete one from a Rule (see
UpdateRule), and delete a SizeConstraintSet from AWS WAF (see
DeleteSizeConstraintSet).
SizeConstraintSetId is returned by CreateSizeConstraintSet and by
ListSizeConstraintSets.
SizeConstraintSet.Builder name(String name)
The name, if any, of the SizeConstraintSet.
name - The name, if any, of the SizeConstraintSet.SizeConstraintSet.Builder sizeConstraints(Collection<SizeConstraint> sizeConstraints)
Specifies the parts of web requests that you want to inspect the size of.
sizeConstraints - Specifies the parts of web requests that you want to inspect the size of.SizeConstraintSet.Builder sizeConstraints(SizeConstraint... sizeConstraints)
Specifies the parts of web requests that you want to inspect the size of.
NOTE: This method appends the values to the existing list (if any). Use
#setSizeConstraints(java.util.Collection) or #withSizeConstraints(java.util.Collection) if
you want to override the existing values.
sizeConstraints - Specifies the parts of web requests that you want to inspect the size of.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.