Interface MediaPlacement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaPlacement.Builder,
,MediaPlacement> SdkBuilder<MediaPlacement.Builder,
,MediaPlacement> SdkPojo
- Enclosing class:
MediaPlacement
@Mutable
@NotThreadSafe
public static interface MediaPlacement.Builder
extends SdkPojo, CopyableBuilder<MediaPlacement.Builder,MediaPlacement>
-
Method Summary
Modifier and TypeMethodDescriptionaudioFallbackUrl
(String audioFallbackUrl) The audio fallback URL.audioHostUrl
(String audioHostUrl) The audio host URL.eventIngestionUrl
(String eventIngestionUrl) The event ingestion URL to which you send client meeting events.signalingUrl
(String signalingUrl) The signaling URL.turnControlUrl
(String turnControlUrl) The turn control URL.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
-
audioHostUrl
The audio host URL.
- Parameters:
audioHostUrl
- The audio host URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioFallbackUrl
The audio fallback URL.
- Parameters:
audioFallbackUrl
- The audio fallback URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalingUrl
The signaling URL.
- Parameters:
signalingUrl
- The signaling URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
turnControlUrl
The turn control URL.
- Parameters:
turnControlUrl
- The turn control URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventIngestionUrl
The event ingestion URL to which you send client meeting events.
- Parameters:
eventIngestionUrl
- The event ingestion URL to which you send client meeting events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-