public static interface CreateMediaStreamPipelineRequest.Builder extends ChimeSdkMediaPipelinesRequest.Builder, SdkPojo, CopyableBuilder<CreateMediaStreamPipelineRequest.Builder,CreateMediaStreamPipelineRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMediaStreamPipelineRequest.Builder sources(Collection<MediaStreamSource> sources)
The data sources for the media pipeline.
sources - The data sources for the media pipeline.CreateMediaStreamPipelineRequest.Builder sources(MediaStreamSource... sources)
The data sources for the media pipeline.
sources - The data sources for the media pipeline.CreateMediaStreamPipelineRequest.Builder sources(Consumer<MediaStreamSource.Builder>... sources)
The data sources for the media pipeline.
This is a convenience method that creates an instance of theMediaStreamSource.Builder avoiding the
need to create one manually via
MediaStreamSource.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #sources(List.
sources - a consumer that will call methods on
MediaStreamSource.Builder#sources(java.util.Collection) CreateMediaStreamPipelineRequest.Builder sinks(Collection<MediaStreamSink> sinks)
The data sink for the media pipeline.
sinks - The data sink for the media pipeline.CreateMediaStreamPipelineRequest.Builder sinks(MediaStreamSink... sinks)
The data sink for the media pipeline.
sinks - The data sink for the media pipeline.CreateMediaStreamPipelineRequest.Builder sinks(Consumer<MediaStreamSink.Builder>... sinks)
The data sink for the media pipeline.
This is a convenience method that creates an instance of theMediaStreamSink.Builder avoiding the
need to create one manually via
MediaStreamSink.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #sinks(List.
sinks - a consumer that will call methods on
MediaStreamSink.Builder#sinks(java.util.Collection) CreateMediaStreamPipelineRequest.Builder clientRequestToken(String clientRequestToken)
The token assigned to the client making the request.
clientRequestToken - The token assigned to the client making the request.CreateMediaStreamPipelineRequest.Builder tags(Collection<Tag> tags)
The tags assigned to the media pipeline.
tags - The tags assigned to the media pipeline.CreateMediaStreamPipelineRequest.Builder tags(Tag... tags)
The tags assigned to the media pipeline.
tags - The tags assigned to the media pipeline.CreateMediaStreamPipelineRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the media pipeline.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create
one manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateMediaStreamPipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMediaStreamPipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.