Interface MediaPlacement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MediaPlacement.Builder,MediaPlacement>,SdkBuilder<MediaPlacement.Builder,MediaPlacement>,SdkPojo
- Enclosing class:
- MediaPlacement
public static interface MediaPlacement.Builder extends SdkPojo, CopyableBuilder<MediaPlacement.Builder,MediaPlacement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MediaPlacement.BuilderaudioFallbackUrl(String audioFallbackUrl)The audio fallback URL.MediaPlacement.BuilderaudioHostUrl(String audioHostUrl)The audio host URL.MediaPlacement.BuildereventIngestionUrl(String eventIngestionUrl)The event ingestion URL to which you send client meeting events.MediaPlacement.BuilderscreenDataUrl(String screenDataUrl)The screen data URL.MediaPlacement.BuilderscreenSharingUrl(String screenSharingUrl)The screen sharing URL.MediaPlacement.BuilderscreenViewingUrl(String screenViewingUrl)The screen viewing URL.MediaPlacement.BuildersignalingUrl(String signalingUrl)The signaling URL.MediaPlacement.BuilderturnControlUrl(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, sdkFields
-
-
-
-
Method Detail
-
audioHostUrl
MediaPlacement.Builder audioHostUrl(String 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
MediaPlacement.Builder audioFallbackUrl(String 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.
-
screenDataUrl
MediaPlacement.Builder screenDataUrl(String screenDataUrl)
The screen data URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
- Parameters:
screenDataUrl- The screen data URL.This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
screenSharingUrl
MediaPlacement.Builder screenSharingUrl(String screenSharingUrl)
The screen sharing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
- Parameters:
screenSharingUrl- The screen sharing URL.This parameter is is no longer supported and no longer used by the Amazon Chime SDK..
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
screenViewingUrl
MediaPlacement.Builder screenViewingUrl(String screenViewingUrl)
The screen viewing URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
- Parameters:
screenViewingUrl- The screen viewing URL.This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalingUrl
MediaPlacement.Builder signalingUrl(String 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
MediaPlacement.Builder turnControlUrl(String turnControlUrl)
The turn control URL.
This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
- Parameters:
turnControlUrl- The turn control URL.This parameter is is no longer supported and no longer used by the Amazon Chime SDK.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventIngestionUrl
MediaPlacement.Builder eventIngestionUrl(String 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.
-
-