Interface UpdateSizeConstraintSetRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSizeConstraintSetRequest.Builder,,UpdateSizeConstraintSetRequest> SdkBuilder<UpdateSizeConstraintSetRequest.Builder,,UpdateSizeConstraintSetRequest> SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
 UpdateSizeConstraintSetRequest
- 
Method Summary
Modifier and TypeMethodDescriptionchangeToken(String changeToken) The value returned by the most recent call to GetChangeToken.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sizeConstraintSetId(String sizeConstraintSetId) TheSizeConstraintSetIdof the SizeConstraintSet that you want to update.updates(Collection<SizeConstraintSetUpdate> updates) An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet.updates(Consumer<SizeConstraintSetUpdate.Builder>... updates) An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet.updates(SizeConstraintSetUpdate... updates) An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods 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.services.waf.model.WafRequest.Builder
build 
- 
Method Details
- 
sizeConstraintSetId
The
SizeConstraintSetIdof the SizeConstraintSet that you want to update.SizeConstraintSetIdis returned by CreateSizeConstraintSet and by ListSizeConstraintSets.- Parameters:
 sizeConstraintSetId- TheSizeConstraintSetIdof the SizeConstraintSet that you want to update.SizeConstraintSetIdis returned by CreateSizeConstraintSet and by ListSizeConstraintSets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
changeToken
The value returned by the most recent call to GetChangeToken.
- Parameters:
 changeToken- The value returned by the most recent call to GetChangeToken.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
updates
An array of
SizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:- 
 
SizeConstraintSetUpdate: Contains
ActionandSizeConstraint - 
 
SizeConstraint: Contains
FieldToMatch,TextTransformation,ComparisonOperator, andSize - 
 
FieldToMatch: Contains
DataandType 
- Parameters:
 updates- An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:- 
        
SizeConstraintSetUpdate: Contains
ActionandSizeConstraint - 
        
SizeConstraint: Contains
FieldToMatch,TextTransformation,ComparisonOperator, andSize - 
        
FieldToMatch: Contains
DataandType 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
updates
An array of
SizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:- 
 
SizeConstraintSetUpdate: Contains
ActionandSizeConstraint - 
 
SizeConstraint: Contains
FieldToMatch,TextTransformation,ComparisonOperator, andSize - 
 
FieldToMatch: Contains
DataandType 
- Parameters:
 updates- An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:- 
        
SizeConstraintSetUpdate: Contains
ActionandSizeConstraint - 
        
SizeConstraint: Contains
FieldToMatch,TextTransformation,ComparisonOperator, andSize - 
        
FieldToMatch: Contains
DataandType 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
updates
UpdateSizeConstraintSetRequest.Builder updates(Consumer<SizeConstraintSetUpdate.Builder>... updates) An array of
SizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:- 
 
SizeConstraintSetUpdate: Contains
ActionandSizeConstraint - 
 
SizeConstraint: Contains
FieldToMatch,TextTransformation,ComparisonOperator, andSize - 
 
FieldToMatch: Contains
DataandType 
SizeConstraintSetUpdate.Builderavoiding the need to create one manually viaSizeConstraintSetUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toupdates(List<SizeConstraintSetUpdate>).- Parameters:
 updates- a consumer that will call methods onSizeConstraintSetUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
overrideConfiguration
UpdateSizeConstraintSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateSizeConstraintSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -