public static interface CreateMediaCapturePipelineRequest.Builder extends ChimeSdkMediaPipelinesRequest.Builder, SdkPojo, CopyableBuilder<CreateMediaCapturePipelineRequest.Builder,CreateMediaCapturePipelineRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMediaCapturePipelineRequest.Builder sourceType(String sourceType)
Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
sourceType - Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported
source.MediaPipelineSourceType,
MediaPipelineSourceTypeCreateMediaCapturePipelineRequest.Builder sourceType(MediaPipelineSourceType sourceType)
Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
sourceType - Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported
source.MediaPipelineSourceType,
MediaPipelineSourceTypeCreateMediaCapturePipelineRequest.Builder sourceArn(String sourceArn)
ARN of the source from which the media artifacts are captured.
sourceArn - ARN of the source from which the media artifacts are captured.CreateMediaCapturePipelineRequest.Builder sinkType(String sinkType)
Destination type to which the media artifacts are saved. You must use an S3 bucket.
sinkType - Destination type to which the media artifacts are saved. You must use an S3 bucket.MediaPipelineSinkType,
MediaPipelineSinkTypeCreateMediaCapturePipelineRequest.Builder sinkType(MediaPipelineSinkType sinkType)
Destination type to which the media artifacts are saved. You must use an S3 bucket.
sinkType - Destination type to which the media artifacts are saved. You must use an S3 bucket.MediaPipelineSinkType,
MediaPipelineSinkTypeCreateMediaCapturePipelineRequest.Builder sinkArn(String sinkArn)
The ARN of the sink type.
sinkArn - The ARN of the sink type.CreateMediaCapturePipelineRequest.Builder clientRequestToken(String clientRequestToken)
The token assigned to the client making the pipeline request.
clientRequestToken - The token assigned to the client making the pipeline request.CreateMediaCapturePipelineRequest.Builder chimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration chimeSdkMeetingConfiguration)
The configuration for a specified media capture pipeline. SourceType must be
ChimeSdkMeeting.
chimeSdkMeetingConfiguration - The configuration for a specified media capture pipeline. SourceType must be
ChimeSdkMeeting.default CreateMediaCapturePipelineRequest.Builder chimeSdkMeetingConfiguration(Consumer<ChimeSdkMeetingConfiguration.Builder> chimeSdkMeetingConfiguration)
The configuration for a specified media capture pipeline. SourceType must be
ChimeSdkMeeting.
ChimeSdkMeetingConfiguration.Builder
avoiding the need to create one manually via ChimeSdkMeetingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to chimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration).chimeSdkMeetingConfiguration - a consumer that will call methods on ChimeSdkMeetingConfiguration.BuilderchimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration)CreateMediaCapturePipelineRequest.Builder tags(Collection<Tag> tags)
The list of tags.
tags - The list of tags.CreateMediaCapturePipelineRequest.Builder tags(Tag... tags)
The list of tags.
tags - The list of tags.CreateMediaCapturePipelineRequest.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateMediaCapturePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMediaCapturePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.