CopyableBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest>, SdkBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest>public static interface DeleteSqlInjectionMatchSetRequest.Builder extends CopyableBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteSqlInjectionMatchSetRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
DeleteSqlInjectionMatchSetRequest.Builder |
sqlInjectionMatchSetId(String sqlInjectionMatchSetId) |
The
SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. |
copyapply, buildDeleteSqlInjectionMatchSetRequest.Builder sqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete.
SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId - The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete.
SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.DeleteSqlInjectionMatchSetRequest.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.