public static interface DeleteXssMatchSetRequest.Builder extends WafRequest.Builder, CopyableBuilder<DeleteXssMatchSetRequest.Builder,DeleteXssMatchSetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteXssMatchSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
DeleteXssMatchSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteXssMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteXssMatchSetRequest.Builder |
xssMatchSetId(String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you want to delete. |
buildoverrideConfigurationcopyapplyMutation, buildDeleteXssMatchSetRequest.Builder xssMatchSetId(String xssMatchSetId)
The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
xssMatchSetId - The XssMatchSetId of the XssMatchSet that you want to delete.
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.DeleteXssMatchSetRequest.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.DeleteXssMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteXssMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.