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