Class FirewallConfigurationChanged.Metadata.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.networkfirewall.events.FirewallConfigurationChanged.Metadata.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FirewallConfigurationChanged.Metadata>
- Enclosing interface:
FirewallConfigurationChanged.Metadata
@Stability(Experimental)
public static final class FirewallConfigurationChanged.Metadata.Builder
extends Object
implements software.amazon.jsii.Builder<FirewallConfigurationChanged.Metadata>
A builder for
FirewallConfigurationChanged.Metadata-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.stateChangeId(List<String> stateChangeId) Sets the value ofFirewallConfigurationChanged.Metadata.getStateChangeId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stateChangeId
@Stability(Experimental) public FirewallConfigurationChanged.Metadata.Builder stateChangeId(List<String> stateChangeId) Sets the value ofFirewallConfigurationChanged.Metadata.getStateChangeId()- Parameters:
stateChangeId- State Change ID property. Specify an array of string values to match this event if the actual value of State Change ID is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FirewallConfigurationChanged.Metadata>- Returns:
- a new instance of
FirewallConfigurationChanged.Metadata - Throws:
NullPointerException- if any required attribute was not provided
-