Interface CreateSqlInjectionMatchSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateSqlInjectionMatchSetResponse.Builder,CreateSqlInjectionMatchSetResponse>,SdkBuilder<CreateSqlInjectionMatchSetResponse.Builder,CreateSqlInjectionMatchSetResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- CreateSqlInjectionMatchSetResponse
public static interface CreateSqlInjectionMatchSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<CreateSqlInjectionMatchSetResponse.Builder,CreateSqlInjectionMatchSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateSqlInjectionMatchSetResponse.BuilderchangeToken(String changeToken)TheChangeTokenthat you used to submit theCreateSqlInjectionMatchSetrequest.default CreateSqlInjectionMatchSetResponse.BuildersqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)CreateSqlInjectionMatchSetResponse.BuildersqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)-
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
CreateSqlInjectionMatchSetResponse.Builder sqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
- Parameters:
sqlInjectionMatchSet- A SqlInjectionMatchSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sqlInjectionMatchSet
default CreateSqlInjectionMatchSetResponse.Builder sqlInjectionMatchSet(Consumer<SqlInjectionMatchSet.Builder> sqlInjectionMatchSet)
This is a convenience method that creates an instance of theSqlInjectionMatchSet.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)
-
changeToken
CreateSqlInjectionMatchSetResponse.Builder changeToken(String changeToken)
The
ChangeTokenthat you used to submit theCreateSqlInjectionMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken- TheChangeTokenthat you used to submit theCreateSqlInjectionMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-