CopyableBuilder<CreateSqlInjectionMatchSetRequest.Builder,CreateSqlInjectionMatchSetRequest>
, SdkBuilder<CreateSqlInjectionMatchSetRequest.Builder,CreateSqlInjectionMatchSetRequest>
public static interface CreateSqlInjectionMatchSetRequest.Builder extends CopyableBuilder<CreateSqlInjectionMatchSetRequest.Builder,CreateSqlInjectionMatchSetRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateSqlInjectionMatchSetRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
CreateSqlInjectionMatchSetRequest.Builder |
name(String name) |
A friendly name or description for the SqlInjectionMatchSet that you're creating.
|
copy
apply, build
CreateSqlInjectionMatchSetRequest.Builder name(String name)
A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
Name
after you create the SqlInjectionMatchSet
.
name
- A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't
change Name
after you create the SqlInjectionMatchSet
.CreateSqlInjectionMatchSetRequest.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.