Interface MediaStreamAttributesRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaStreamAttributesRequest.Builder,
,MediaStreamAttributesRequest> SdkBuilder<MediaStreamAttributesRequest.Builder,
,MediaStreamAttributesRequest> SdkPojo
- Enclosing class:
MediaStreamAttributesRequest
public static interface MediaStreamAttributesRequest.Builder
extends SdkPojo, CopyableBuilder<MediaStreamAttributesRequest.Builder,MediaStreamAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfmtp
(Consumer<FmtpRequest.Builder> fmtp) The settings that you want to use to define the media stream.fmtp
(FmtpRequest fmtp) 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, 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 theFmtpRequest.Builder
avoiding the need to create one manually viaFmtpRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofmtp(FmtpRequest)
.- Parameters:
fmtp
- a consumer that will call methods onFmtpRequest.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.
-