Class FirewallAttachmentStatusChanged.Metadata.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.networkfirewall.events.FirewallAttachmentStatusChanged.Metadata.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FirewallAttachmentStatusChanged.Metadata>
- Enclosing interface:
FirewallAttachmentStatusChanged.Metadata
@Stability(Experimental)
public static final class FirewallAttachmentStatusChanged.Metadata.Builder
extends Object
implements software.amazon.jsii.Builder<FirewallAttachmentStatusChanged.Metadata>
A builder for
FirewallAttachmentStatusChanged.Metadata-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.stateChangeId(List<String> stateChangeId) Sets the value ofFirewallAttachmentStatusChanged.Metadata.getStateChangeId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stateChangeId
@Stability(Experimental) public FirewallAttachmentStatusChanged.Metadata.Builder stateChangeId(List<String> stateChangeId) Sets the value ofFirewallAttachmentStatusChanged.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<FirewallAttachmentStatusChanged.Metadata>- Returns:
- a new instance of
FirewallAttachmentStatusChanged.Metadata - Throws:
NullPointerException- if any required attribute was not provided
-