Interface GetSizeConstraintSetResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetSizeConstraintSetResponse.Builder,,GetSizeConstraintSetResponse> SdkBuilder<GetSizeConstraintSetResponse.Builder,,GetSizeConstraintSetResponse> SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
 GetSizeConstraintSetResponse
- 
Method Summary
Modifier and TypeMethodDescriptionsizeConstraintSet(Consumer<SizeConstraintSet.Builder> sizeConstraintSet) Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest.sizeConstraintSet(SizeConstraintSet sizeConstraintSet) Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
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:
 
 - 
 
 
 -