Interface GetSqlInjectionMatchSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSqlInjectionMatchSetResponse.Builder,GetSqlInjectionMatchSetResponse>,SdkBuilder<GetSqlInjectionMatchSetResponse.Builder,GetSqlInjectionMatchSetResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- GetSqlInjectionMatchSetResponse
public static interface GetSqlInjectionMatchSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetSqlInjectionMatchSetResponse.Builder,GetSqlInjectionMatchSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetSqlInjectionMatchSetResponse.BuildersqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.GetSqlInjectionMatchSetResponse.BuildersqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
sqlInjectionMatchSet
GetSqlInjectionMatchSetResponse.Builder sqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSetrequest. For more information, see the following topics:-
SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects -
SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
- Parameters:
sqlInjectionMatchSet- Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest. For more information, see the following topics:-
SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects -
SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sqlInjectionMatchSet
default GetSqlInjectionMatchSetResponse.Builder sqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSetrequest. For more information, see the following topics:-
SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects -
SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
SqlInjectionMatchSet.Builderavoiding the need to create one manually viaSqlInjectionMatchSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosqlInjectionMatchSet(SqlInjectionMatchSet).- Parameters:
sqlInjectionMatchSet- a consumer that will call methods onSqlInjectionMatchSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sqlInjectionMatchSet(SqlInjectionMatchSet)
-
-
-