Class OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.mediapackage.events.OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps>
- Enclosing interface:
OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps
@Stability(Experimental)
public static final class OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps.Builder
extends Object
implements software.amazon.jsii.Builder<OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.eventMetadata(AWSEventMetadataProps eventMetadata)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
eventMetadata
@Stability(Experimental) public OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) Sets the value ofOriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps.getEventMetadata()- Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
harvestJob
@Stability(Experimental) public OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps.Builder harvestJob(OriginEndpointEvents.MediaPackageHarvestJobNotification.HarvestJob harvestJob) Sets the value ofOriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps.getHarvestJob()- Parameters:
harvestJob- harvest_job property. Specify an array of string values to match this event if the actual value of harvest_job 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 OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps>- Returns:
- a new instance of
OriginEndpointEvents.MediaPackageHarvestJobNotification.MediaPackageHarvestJobNotificationProps - Throws:
NullPointerException- if any required attribute was not provided
-