Class MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.medialive.events.MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps>
- Enclosing interface:
MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps
@Stability(Experimental)
public static final class MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder
extends Object
implements software.amazon.jsii.Builder<MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveInputAttachmentName(List<String> activeInputAttachmentName) activeInputSwitchActionName(List<String> activeInputSwitchActionName) build()Builds the configured instance.channelArn(List<String> channelArn) eventMetadata(AWSEventMetadataProps eventMetadata)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
activeInputAttachmentName
@Stability(Experimental) public MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder activeInputAttachmentName(List<String> activeInputAttachmentName) Sets the value ofMediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.getActiveInputAttachmentName()- Parameters:
activeInputAttachmentName- active_input_attachment_name property. Specify an array of string values to match this event if the actual value of active_input_attachment_name is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
activeInputSwitchActionName
@Stability(Experimental) public MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder activeInputSwitchActionName(List<String> activeInputSwitchActionName) Sets the value ofMediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.getActiveInputSwitchActionName()- Parameters:
activeInputSwitchActionName- active_input_switch_action_name property. Specify an array of string values to match this event if the actual value of active_input_switch_action_name is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
channelArn
@Stability(Experimental) public MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder channelArn(List<String> channelArn) - Parameters:
channelArn- channel_arn property. Specify an array of string values to match this event if the actual value of channel_arn 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 MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) - Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
message
@Stability(Experimental) public MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder message(List<String> message) - Parameters:
message- message property. Specify an array of string values to match this event if the actual value of message is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
pipeline
@Stability(Experimental) public MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder pipeline(List<String> pipeline) - Parameters:
pipeline- pipeline property. Specify an array of string values to match this event if the actual value of pipeline 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 MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps>- Returns:
- a new instance of
MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps - Throws:
NullPointerException- if any required attribute was not provided
-