public static interface DeleteXssMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, 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) |
DeleteXssMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteXssMatchSetRequest.Builder |
xssMatchSetId(String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you want to delete. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDeleteXssMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.