public static interface GetSizeConstraintSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<GetSizeConstraintSetResponse.Builder,GetSizeConstraintSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetSizeConstraintSetResponse.Builder |
sizeConstraintSet(Consumer<SizeConstraintSet.Builder> sizeConstraintSet)
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSet
request. |
GetSizeConstraintSetResponse.Builder |
sizeConstraintSet(SizeConstraintSet sizeConstraintSet)
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSet
request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetSizeConstraintSetResponse.Builder sizeConstraintSet(SizeConstraintSet sizeConstraintSet)
Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet
request. For more information, see the following topics:
SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and
Name
SizeConstraints: Contains an array of SizeConstraint objects. Each
SizeConstraint object contains FieldToMatch, TextTransformation,
ComparisonOperator, and Size
FieldToMatch: Contains Data and Type
sizeConstraintSet - Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSet request. For more information, see the following topics:
SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and
Name
SizeConstraints: Contains an array of SizeConstraint objects. Each
SizeConstraint object contains FieldToMatch, TextTransformation,
ComparisonOperator, and Size
FieldToMatch: Contains Data and Type
default GetSizeConstraintSetResponse.Builder sizeConstraintSet(Consumer<SizeConstraintSet.Builder> sizeConstraintSet)
Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet
request. For more information, see the following topics:
SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and
Name
SizeConstraints: Contains an array of SizeConstraint objects. Each
SizeConstraint object contains FieldToMatch, TextTransformation,
ComparisonOperator, and Size
FieldToMatch: Contains Data and Type
SizeConstraintSet.Builder avoiding the need to
create one manually via SizeConstraintSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sizeConstraintSet(SizeConstraintSet).sizeConstraintSet - a consumer that will call methods on SizeConstraintSet.BuildersizeConstraintSet(SizeConstraintSet)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.