Class SourceJpegXs.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.SourceJpegXs.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SourceJpegXs>
- Enclosing interface:
SourceJpegXs
@Stability(Experimental)
public static final class SourceJpegXs.Builder
extends Object
implements software.amazon.jsii.Builder<SourceJpegXs>
A builder for
SourceJpegXs-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.flowSourceName(String flowSourceName) Sets the value ofSourceJpegXs.getFlowSourceName()maxSyncBuffer(Number maxSyncBuffer) Sets the value ofSourceJpegXs.getMaxSyncBuffer()mediaStreamSourceConfigurations(List<? extends MediaStreamSourceConfigurationJpegXs> mediaStreamSourceConfigurations) Sets the value ofSourceJpegXs.getMediaStreamSourceConfigurations()vpcInterface(List<? extends VpcInterfaceConfig> vpcInterface) Sets the value ofSourceJpegXs.getVpcInterface()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mediaStreamSourceConfigurations
@Stability(Experimental) public SourceJpegXs.Builder mediaStreamSourceConfigurations(List<? extends MediaStreamSourceConfigurationJpegXs> mediaStreamSourceConfigurations) Sets the value ofSourceJpegXs.getMediaStreamSourceConfigurations()- Parameters:
mediaStreamSourceConfigurations- The media stream that is associated with the source, and the parameters for that association. This parameter is required.- Returns:
this
-
flowSourceName
Sets the value ofSourceJpegXs.getFlowSourceName()- Parameters:
flowSourceName- The name of the source.- Returns:
this
-
maxSyncBuffer
Sets the value ofSourceJpegXs.getMaxSyncBuffer()- Parameters:
maxSyncBuffer- The size of the buffer (in ms) to use to sync incoming source data.- Returns:
this
-
vpcInterface
@Stability(Experimental) public SourceJpegXs.Builder vpcInterface(List<? extends VpcInterfaceConfig> vpcInterface) Sets the value ofSourceJpegXs.getVpcInterface()- Parameters:
vpcInterface- The VPC interface attachment to use for this bridge source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SourceJpegXs>- Returns:
- a new instance of
SourceJpegXs - Throws:
NullPointerException- if any required attribute was not provided
-