Class CfnFlowPropsMixin.MediaStreamAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.MediaStreamAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.MediaStreamAttributesProperty>
- Enclosing interface:
CfnFlowPropsMixin.MediaStreamAttributesProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.MediaStreamAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.MediaStreamAttributesProperty>
A builder for
CfnFlowPropsMixin.MediaStreamAttributesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFlowPropsMixin.MediaStreamAttributesProperty.getFmtp()fmtp(IResolvable fmtp) Sets the value ofCfnFlowPropsMixin.MediaStreamAttributesProperty.getFmtp()Sets the value ofCfnFlowPropsMixin.MediaStreamAttributesProperty.getLang()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fmtp
@Stability(Stable) public CfnFlowPropsMixin.MediaStreamAttributesProperty.Builder fmtp(IResolvable fmtp) Sets the value ofCfnFlowPropsMixin.MediaStreamAttributesProperty.getFmtp()- Parameters:
fmtp- The settings that you want to use to define the media stream.- Returns:
this
-
fmtp
@Stability(Stable) public CfnFlowPropsMixin.MediaStreamAttributesProperty.Builder fmtp(CfnFlowPropsMixin.FmtpProperty fmtp) Sets the value ofCfnFlowPropsMixin.MediaStreamAttributesProperty.getFmtp()- Parameters:
fmtp- The settings that you want to use to define the media stream.- Returns:
this
-
lang
Sets the value ofCfnFlowPropsMixin.MediaStreamAttributesProperty.getLang()- Parameters:
lang- The audio language, in a format that is recognized by the receiver.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.MediaStreamAttributesProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.MediaStreamAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-