public static interface UpdateSizeConstraintSetRequest.Builder extends WafRequest.Builder, CopyableBuilder<UpdateSizeConstraintSetRequest.Builder,UpdateSizeConstraintSetRequest>
Modifier and Type | Method and Description |
---|---|
UpdateSizeConstraintSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateSizeConstraintSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateSizeConstraintSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateSizeConstraintSetRequest.Builder |
sizeConstraintSetId(String sizeConstraintSetId)
The
SizeConstraintSetId of the SizeConstraintSet that you want to update. |
UpdateSizeConstraintSetRequest.Builder |
updates(Collection<SizeConstraintSetUpdate> updates)
An array of
SizeConstraintSetUpdate objects that you want to insert into or delete from a
SizeConstraintSet. |
UpdateSizeConstraintSetRequest.Builder |
updates(Consumer<SizeConstraintSetUpdate.Builder>... updates)
An array of
SizeConstraintSetUpdate objects that you want to insert into or delete from a
SizeConstraintSet. |
UpdateSizeConstraintSetRequest.Builder |
updates(SizeConstraintSetUpdate... updates)
An array of
SizeConstraintSetUpdate objects that you want to insert into or delete from a
SizeConstraintSet. |
build
overrideConfiguration
copy
applyMutation, build
UpdateSizeConstraintSetRequest.Builder sizeConstraintSetId(String sizeConstraintSetId)
The SizeConstraintSetId
of the SizeConstraintSet that you want to update.
SizeConstraintSetId
is returned by CreateSizeConstraintSet and by
ListSizeConstraintSets.
sizeConstraintSetId
- The SizeConstraintSetId
of the SizeConstraintSet that you want to update.
SizeConstraintSetId
is returned by CreateSizeConstraintSet and by
ListSizeConstraintSets.UpdateSizeConstraintSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.UpdateSizeConstraintSetRequest.Builder updates(Collection<SizeConstraintSetUpdate> updates)
An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a
SizeConstraintSet. For more information, see the applicable data types:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
updates
- An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a
SizeConstraintSet. For more information, see the applicable data types:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
UpdateSizeConstraintSetRequest.Builder updates(SizeConstraintSetUpdate... updates)
An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a
SizeConstraintSet. For more information, see the applicable data types:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
updates
- An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a
SizeConstraintSet. For more information, see the applicable data types:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
UpdateSizeConstraintSetRequest.Builder updates(Consumer<SizeConstraintSetUpdate.Builder>... updates)
An array of SizeConstraintSetUpdate
objects that you want to insert into or delete from a
SizeConstraintSet. For more information, see the applicable data types:
SizeConstraintSetUpdate: Contains Action
and SizeConstraint
SizeConstraint: Contains FieldToMatch
, TextTransformation
,
ComparisonOperator
, and Size
FieldToMatch: Contains Data
and Type
List.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #updates(List)
.updates
- a consumer that will call methods on List.Builder
#updates(List)
UpdateSizeConstraintSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateSizeConstraintSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.