Interface UpdateSizeConstraintSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSizeConstraintSetRequest.Builder,UpdateSizeConstraintSetRequest>,SdkBuilder<UpdateSizeConstraintSetRequest.Builder,UpdateSizeConstraintSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- UpdateSizeConstraintSetRequest
public static interface UpdateSizeConstraintSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateSizeConstraintSetRequest.Builder,UpdateSizeConstraintSetRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.waf.model.WafRequest.Builder
build
-
-
-
-
Method Detail
-
sizeConstraintSetId
UpdateSizeConstraintSetRequest.Builder sizeConstraintSetId(String 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
UpdateSizeConstraintSetRequest.Builder changeToken(String 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
UpdateSizeConstraintSetRequest.Builder updates(Collection<SizeConstraintSetUpdate> 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(SizeConstraintSetUpdate... 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 to#updates(List.) - 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:
#updates(java.util.Collection)
-
-
overrideConfiguration
UpdateSizeConstraintSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSizeConstraintSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-