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