Interface LiveConnectorRTMPConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LiveConnectorRTMPConfiguration.Builder,
,LiveConnectorRTMPConfiguration> SdkBuilder<LiveConnectorRTMPConfiguration.Builder,
,LiveConnectorRTMPConfiguration> SdkPojo
- Enclosing class:
LiveConnectorRTMPConfiguration
@Mutable
@NotThreadSafe
public static interface LiveConnectorRTMPConfiguration.Builder
extends SdkPojo, CopyableBuilder<LiveConnectorRTMPConfiguration.Builder,LiveConnectorRTMPConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionaudioChannels
(String audioChannels) The audio channels set for the RTMP configurationaudioChannels
(AudioChannelsOption audioChannels) The audio channels set for the RTMP configurationaudioSampleRate
(String audioSampleRate) The audio sample rate set for the RTMP configuration.The URL of the RTMP configuration.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
-
url
The URL of the RTMP configuration.
- Parameters:
url
- The URL of the RTMP configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioChannels
The audio channels set for the RTMP configuration
- Parameters:
audioChannels
- The audio channels set for the RTMP configuration- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
audioChannels
The audio channels set for the RTMP configuration
- Parameters:
audioChannels
- The audio channels set for the RTMP configuration- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
audioSampleRate
The audio sample rate set for the RTMP configuration. Default: 48000.
- Parameters:
audioSampleRate
- The audio sample rate set for the RTMP configuration. Default: 48000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-