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