public static interface GetSqlInjectionMatchSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<GetSqlInjectionMatchSetResponse.Builder,GetSqlInjectionMatchSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetSqlInjectionMatchSetResponse.Builder |
sqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet request. |
GetSqlInjectionMatchSetResponse.Builder |
sqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetSqlInjectionMatchSetResponse.Builder sqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet request. For more information, see the following topics:
SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of
SqlInjectionMatchTuple objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains
FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
sqlInjectionMatchSet - Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet request. For more information, see the following topics:
SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an
array of SqlInjectionMatchTuple objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains
FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
default GetSqlInjectionMatchSetResponse.Builder sqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet request. For more information, see the following topics:
SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of
SqlInjectionMatchTuple objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains
FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
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.BuildersqlInjectionMatchSet(SqlInjectionMatchSet)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.