CopyableBuilder<DeleteXssMatchSetRequest.Builder,DeleteXssMatchSetRequest>
, SdkBuilder<DeleteXssMatchSetRequest.Builder,DeleteXssMatchSetRequest>
public static interface DeleteXssMatchSetRequest.Builder extends CopyableBuilder<DeleteXssMatchSetRequest.Builder,DeleteXssMatchSetRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteXssMatchSetRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
DeleteXssMatchSetRequest.Builder |
xssMatchSetId(String xssMatchSetId) |
The
XssMatchSetId of the XssMatchSet that you want to delete. |
copy
apply, build
DeleteXssMatchSetRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.