public static interface CreateSqlInjectionMatchSetResponse.Builder extends WafResponse.Builder, CopyableBuilder<CreateSqlInjectionMatchSetResponse.Builder,CreateSqlInjectionMatchSetResponse>
Modifier and Type | Method and Description |
---|---|
CreateSqlInjectionMatchSetResponse.Builder |
changeToken(String changeToken)
The
ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. |
default CreateSqlInjectionMatchSetResponse.Builder |
sqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)
|
CreateSqlInjectionMatchSetResponse.Builder |
sqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateSqlInjectionMatchSetResponse.Builder sqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
sqlInjectionMatchSet
- A SqlInjectionMatchSet.default CreateSqlInjectionMatchSetResponse.Builder sqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)
SqlInjectionMatchSet.Builder
avoiding the need
to create one manually via SqlInjectionMatchSet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to sqlInjectionMatchSet(SqlInjectionMatchSet)
.sqlInjectionMatchSet
- a consumer that will call methods on SqlInjectionMatchSet.Builder
sqlInjectionMatchSet(SqlInjectionMatchSet)
CreateSqlInjectionMatchSetResponse.Builder changeToken(String changeToken)
The ChangeToken
that you used to submit the CreateSqlInjectionMatchSet
request. You
can also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.
changeToken
- The ChangeToken
that you used to submit the CreateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.