Interface MediaStreamAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaStreamAttributes.Builder,
,MediaStreamAttributes> SdkBuilder<MediaStreamAttributes.Builder,
,MediaStreamAttributes> SdkPojo
- Enclosing class:
MediaStreamAttributes
@Mutable
@NotThreadSafe
public static interface MediaStreamAttributes.Builder
extends SdkPojo, CopyableBuilder<MediaStreamAttributes.Builder,MediaStreamAttributes>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MediaStreamAttributes.Builder
fmtp
(Consumer<Fmtp.Builder> fmtp) The settings that you want to use to define the media stream.The settings that you want to use to define the media stream.The audio language, in a format that is recognized by the receiver.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, sdkFieldNameToField, sdkFields
-
Method Details
-
fmtp
The settings that you want to use to define the media stream.
- Parameters:
fmtp
- The settings that you want to use to define the media stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fmtp
The settings that you want to use to define the media stream.
This is a convenience method that creates an instance of theFmtp.Builder
avoiding the need to create one manually viaFmtp.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofmtp(Fmtp)
.- Parameters:
fmtp
- a consumer that will call methods onFmtp.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lang
The audio language, in a format that is recognized by the receiver.
- Parameters:
lang
- The audio language, in a format that is recognized by the receiver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-