Interface MediaStreamSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaStreamSource.Builder,
,MediaStreamSource> SdkBuilder<MediaStreamSource.Builder,
,MediaStreamSource> SdkPojo
- Enclosing class:
MediaStreamSource
public static interface MediaStreamSource.Builder
extends SdkPojo, CopyableBuilder<MediaStreamSource.Builder,MediaStreamSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the media stream source.sourceType
(String sourceType) The type of media stream source.sourceType
(MediaPipelineSourceType sourceType) The type of media stream source.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
-
sourceType
The type of media stream source.
- Parameters:
sourceType
- The type of media stream source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
The type of media stream source.
- Parameters:
sourceType
- The type of media stream source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceArn
The ARN of the media stream source.
- Parameters:
sourceArn
- The ARN of the media stream source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-