Interface GetSizeConstraintSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSizeConstraintSetResponse.Builder,GetSizeConstraintSetResponse>,SdkBuilder<GetSizeConstraintSetResponse.Builder,GetSizeConstraintSetResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- GetSizeConstraintSetResponse
public static interface GetSizeConstraintSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetSizeConstraintSetResponse.Builder,GetSizeConstraintSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetSizeConstraintSetResponse.BuildersizeConstraintSet(Consumer<SizeConstraintSet.Builder> sizeConstraintSet)Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest.GetSizeConstraintSetResponse.BuildersizeConstraintSet(SizeConstraintSet sizeConstraintSet)Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
sizeConstraintSet
GetSizeConstraintSetResponse.Builder sizeConstraintSet(SizeConstraintSet sizeConstraintSet)
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSetrequest. For more information, see the following topics:-
SizeConstraintSet: Contains
SizeConstraintSetId,SizeConstraints, andName -
SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize -
FieldToMatch: Contains
DataandType
- Parameters:
sizeConstraintSet- Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest. For more information, see the following topics:-
SizeConstraintSet: Contains
SizeConstraintSetId,SizeConstraints, andName -
SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sizeConstraintSet
default GetSizeConstraintSetResponse.Builder sizeConstraintSet(Consumer<SizeConstraintSet.Builder> sizeConstraintSet)
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSetrequest. For more information, see the following topics:-
SizeConstraintSet: Contains
SizeConstraintSetId,SizeConstraints, andName -
SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize -
FieldToMatch: Contains
DataandType
SizeConstraintSet.Builderavoiding the need to create one manually viaSizeConstraintSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosizeConstraintSet(SizeConstraintSet).- Parameters:
sizeConstraintSet- a consumer that will call methods onSizeConstraintSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sizeConstraintSet(SizeConstraintSet)
-
-
-