Interface UpdateXssMatchSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>,SdkBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- UpdateXssMatchSetRequest
public static interface UpdateXssMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>
-
-
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
-
xssMatchSetId
UpdateXssMatchSetRequest.Builder xssMatchSetId(String xssMatchSetId)
The
XssMatchSetIdof theXssMatchSetthat you want to update.XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.- Parameters:
xssMatchSetId- TheXssMatchSetIdof theXssMatchSetthat you want to update.XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeToken
UpdateXssMatchSetRequest.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
UpdateXssMatchSetRequest.Builder updates(Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdateobjects that you want to insert into or delete from an XssMatchSet. For more information, see the applicable data types:-
XssMatchSetUpdate: Contains
ActionandXssMatchTuple -
XssMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
- Parameters:
updates- An array ofXssMatchSetUpdateobjects that you want to insert into or delete from an XssMatchSet. For more information, see the applicable data types:-
XssMatchSetUpdate: Contains
ActionandXssMatchTuple -
XssMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
UpdateXssMatchSetRequest.Builder updates(XssMatchSetUpdate... updates)
An array of
XssMatchSetUpdateobjects that you want to insert into or delete from an XssMatchSet. For more information, see the applicable data types:-
XssMatchSetUpdate: Contains
ActionandXssMatchTuple -
XssMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
- Parameters:
updates- An array ofXssMatchSetUpdateobjects that you want to insert into or delete from an XssMatchSet. For more information, see the applicable data types:-
XssMatchSetUpdate: Contains
ActionandXssMatchTuple -
XssMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
UpdateXssMatchSetRequest.Builder updates(Consumer<XssMatchSetUpdate.Builder>... updates)
An array of
XssMatchSetUpdateobjects that you want to insert into or delete from an XssMatchSet. For more information, see the applicable data types:-
XssMatchSetUpdate: Contains
ActionandXssMatchTuple -
XssMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
XssMatchSetUpdate.Builderavoiding the need to create one manually viaXssMatchSetUpdate.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 onXssMatchSetUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#updates(java.util.Collection)
-
-
overrideConfiguration
UpdateXssMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateXssMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-