public static final class CfnChannel.InputSpecificationProperty.Builder
extends java.lang.Object
CfnChannel.InputSpecificationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.InputSpecificationProperty |
build()
Builds the configured instance.
|
CfnChannel.InputSpecificationProperty.Builder |
codec(java.lang.String codec)
Sets the value of
CfnChannel.InputSpecificationProperty.getCodec() |
CfnChannel.InputSpecificationProperty.Builder |
maximumBitrate(java.lang.String maximumBitrate)
Sets the value of
CfnChannel.InputSpecificationProperty.getMaximumBitrate() |
CfnChannel.InputSpecificationProperty.Builder |
resolution(java.lang.String resolution)
Sets the value of
CfnChannel.InputSpecificationProperty.getResolution() |
public CfnChannel.InputSpecificationProperty.Builder codec(java.lang.String codec)
CfnChannel.InputSpecificationProperty.getCodec()
codec
- The codec to include in the input specification for this channel.this
public CfnChannel.InputSpecificationProperty.Builder maximumBitrate(java.lang.String maximumBitrate)
CfnChannel.InputSpecificationProperty.getMaximumBitrate()
maximumBitrate
- The maximum input bitrate for any input attached to this channel.this
public CfnChannel.InputSpecificationProperty.Builder resolution(java.lang.String resolution)
CfnChannel.InputSpecificationProperty.getResolution()
resolution
- The resolution for any input attached to this channel.this
public CfnChannel.InputSpecificationProperty build()
CfnChannel.InputSpecificationProperty
java.lang.NullPointerException
- if any required attribute was not provided