Class FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.networkfirewall.events.FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps>
- Enclosing interface:
FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps
@Stability(Experimental)
public static final class FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps.Builder
extends Object
implements software.amazon.jsii.Builder<FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.data(List<? extends FirewallAttachmentStatusChanged.DataItem> data) eventMetadata(AWSEventMetadataProps eventMetadata)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
data
@Stability(Experimental) public FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps.Builder data(List<? extends FirewallAttachmentStatusChanged.DataItem> data) - 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 FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofFirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
metadata
@Stability(Experimental) public FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps.Builder metadata(FirewallAttachmentStatusChanged.Metadata metadata) Sets the value ofFirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps.getMetadata()- 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 FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps.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 FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps>- Returns:
- a new instance of
FirewallAttachmentStatusChanged.FirewallAttachmentStatusChangedProps - Throws:
NullPointerException- if any required attribute was not provided
-