Class SqlInjectionMatchSetReference.Builder
java.lang.Object
software.amazon.awscdk.services.waf.SqlInjectionMatchSetReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SqlInjectionMatchSetReference>
- Enclosing interface:
SqlInjectionMatchSetReference
@Stability(Stable)
public static final class SqlInjectionMatchSetReference.Builder
extends Object
implements software.amazon.jsii.Builder<SqlInjectionMatchSetReference>
A builder for
SqlInjectionMatchSetReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sqlInjectionMatchSetId
(String sqlInjectionMatchSetId) Sets the value ofSqlInjectionMatchSetReference.getSqlInjectionMatchSetId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sqlInjectionMatchSetId
@Stability(Stable) public SqlInjectionMatchSetReference.Builder sqlInjectionMatchSetId(String sqlInjectionMatchSetId) Sets the value ofSqlInjectionMatchSetReference.getSqlInjectionMatchSetId()
- Parameters:
sqlInjectionMatchSetId
- The Id of the SqlInjectionMatchSet resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<SqlInjectionMatchSetReference>
- Returns:
- a new instance of
SqlInjectionMatchSetReference
- Throws:
NullPointerException
- if any required attribute was not provided
-