Interface MediaStreamOutputConfigurationRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MediaStreamOutputConfigurationRequest.Builder,MediaStreamOutputConfigurationRequest>,SdkBuilder<MediaStreamOutputConfigurationRequest.Builder,MediaStreamOutputConfigurationRequest>,SdkPojo
- Enclosing class:
- MediaStreamOutputConfigurationRequest
public static interface MediaStreamOutputConfigurationRequest.Builder extends SdkPojo, CopyableBuilder<MediaStreamOutputConfigurationRequest.Builder,MediaStreamOutputConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description MediaStreamOutputConfigurationRequest.BuilderdestinationConfigurations(Collection<DestinationConfigurationRequest> destinationConfigurations)The transport parameters that you want to associate with the media stream.MediaStreamOutputConfigurationRequest.BuilderdestinationConfigurations(Consumer<DestinationConfigurationRequest.Builder>... destinationConfigurations)The transport parameters that you want to associate with the media stream.MediaStreamOutputConfigurationRequest.BuilderdestinationConfigurations(DestinationConfigurationRequest... destinationConfigurations)The transport parameters that you want to associate with the media stream.MediaStreamOutputConfigurationRequest.BuilderencodingName(String encodingName)The format that will be used to encode the data.MediaStreamOutputConfigurationRequest.BuilderencodingName(EncodingName encodingName)The format that will be used to encode the data.default MediaStreamOutputConfigurationRequest.BuilderencodingParameters(Consumer<EncodingParametersRequest.Builder> encodingParameters)A collection of parameters that determine how MediaConnect will convert the content.MediaStreamOutputConfigurationRequest.BuilderencodingParameters(EncodingParametersRequest encodingParameters)A collection of parameters that determine how MediaConnect will convert the content.MediaStreamOutputConfigurationRequest.BuildermediaStreamName(String mediaStreamName)The name of the media stream that is associated with the output.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
destinationConfigurations
MediaStreamOutputConfigurationRequest.Builder destinationConfigurations(Collection<DestinationConfigurationRequest> destinationConfigurations)
The transport parameters that you want to associate with the media stream.- Parameters:
destinationConfigurations- The transport parameters that you want to associate with the media stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfigurations
MediaStreamOutputConfigurationRequest.Builder destinationConfigurations(DestinationConfigurationRequest... destinationConfigurations)
The transport parameters that you want to associate with the media stream.- Parameters:
destinationConfigurations- The transport parameters that you want to associate with the media stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfigurations
MediaStreamOutputConfigurationRequest.Builder destinationConfigurations(Consumer<DestinationConfigurationRequest.Builder>... destinationConfigurations)
The transport parameters that you want to associate with the media stream. This is a convenience method that creates an instance of theDestinationConfigurationRequest.Builderavoiding the need to create one manually viaDestinationConfigurationRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#destinationConfigurations(List.) - Parameters:
destinationConfigurations- a consumer that will call methods onDestinationConfigurationRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#destinationConfigurations(java.util.Collection)
-
encodingName
MediaStreamOutputConfigurationRequest.Builder encodingName(String encodingName)
The format that will be used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.- Parameters:
encodingName- The format that will be used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncodingName,EncodingName
-
encodingName
MediaStreamOutputConfigurationRequest.Builder encodingName(EncodingName encodingName)
The format that will be used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.- Parameters:
encodingName- The format that will be used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncodingName,EncodingName
-
encodingParameters
MediaStreamOutputConfigurationRequest.Builder encodingParameters(EncodingParametersRequest encodingParameters)
A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.- Parameters:
encodingParameters- A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encodingParameters
default MediaStreamOutputConfigurationRequest.Builder encodingParameters(Consumer<EncodingParametersRequest.Builder> encodingParameters)
A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source. This is a convenience method that creates an instance of theEncodingParametersRequest.Builderavoiding the need to create one manually viaEncodingParametersRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencodingParameters(EncodingParametersRequest).- Parameters:
encodingParameters- a consumer that will call methods onEncodingParametersRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
encodingParameters(EncodingParametersRequest)
-
mediaStreamName
MediaStreamOutputConfigurationRequest.Builder mediaStreamName(String mediaStreamName)
The name of the media stream that is associated with the output.- Parameters:
mediaStreamName- The name of the media stream that is associated with the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-