Interface ArtifactsConcatenationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ArtifactsConcatenationConfiguration.Builder,
,ArtifactsConcatenationConfiguration> SdkBuilder<ArtifactsConcatenationConfiguration.Builder,
,ArtifactsConcatenationConfiguration> SdkPojo
- Enclosing class:
ArtifactsConcatenationConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe configuration for the audio artifacts concatenation.The configuration for the audio artifacts concatenation.compositedVideo
(Consumer<CompositedVideoConcatenationConfiguration.Builder> compositedVideo) The configuration for the composited video artifacts concatenation.compositedVideo
(CompositedVideoConcatenationConfiguration compositedVideo) The configuration for the composited video artifacts concatenation.The configuration for the content artifacts concatenation.content
(ContentConcatenationConfiguration content) The configuration for the content artifacts concatenation.dataChannel
(Consumer<DataChannelConcatenationConfiguration.Builder> dataChannel) The configuration for the data channel artifacts concatenation.dataChannel
(DataChannelConcatenationConfiguration dataChannel) The configuration for the data channel artifacts concatenation.meetingEvents
(Consumer<MeetingEventsConcatenationConfiguration.Builder> meetingEvents) The configuration for the meeting events artifacts concatenation.meetingEvents
(MeetingEventsConcatenationConfiguration meetingEvents) The configuration for the meeting events artifacts concatenation.transcriptionMessages
(Consumer<TranscriptionMessagesConcatenationConfiguration.Builder> transcriptionMessages) The configuration for the transcription messages artifacts concatenation.transcriptionMessages
(TranscriptionMessagesConcatenationConfiguration transcriptionMessages) The configuration for the transcription messages artifacts concatenation.The configuration for the video artifacts concatenation.The configuration for the video artifacts concatenation.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
-
audio
The configuration for the audio artifacts concatenation.
- Parameters:
audio
- The configuration for the audio artifacts concatenation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audio
default ArtifactsConcatenationConfiguration.Builder audio(Consumer<AudioConcatenationConfiguration.Builder> audio) The configuration for the audio artifacts concatenation.
This is a convenience method that creates an instance of theAudioConcatenationConfiguration.Builder
avoiding the need to create one manually viaAudioConcatenationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaudio(AudioConcatenationConfiguration)
.- Parameters:
audio
- a consumer that will call methods onAudioConcatenationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
video
The configuration for the video artifacts concatenation.
- Parameters:
video
- The configuration for the video artifacts concatenation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
video
default ArtifactsConcatenationConfiguration.Builder video(Consumer<VideoConcatenationConfiguration.Builder> video) The configuration for the video artifacts concatenation.
This is a convenience method that creates an instance of theVideoConcatenationConfiguration.Builder
avoiding the need to create one manually viaVideoConcatenationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovideo(VideoConcatenationConfiguration)
.- Parameters:
video
- a consumer that will call methods onVideoConcatenationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
content
The configuration for the content artifacts concatenation.
- Parameters:
content
- The configuration for the content artifacts concatenation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
default ArtifactsConcatenationConfiguration.Builder content(Consumer<ContentConcatenationConfiguration.Builder> content) The configuration for the content artifacts concatenation.
This is a convenience method that creates an instance of theContentConcatenationConfiguration.Builder
avoiding the need to create one manually viaContentConcatenationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocontent(ContentConcatenationConfiguration)
.- Parameters:
content
- a consumer that will call methods onContentConcatenationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataChannel
ArtifactsConcatenationConfiguration.Builder dataChannel(DataChannelConcatenationConfiguration dataChannel) The configuration for the data channel artifacts concatenation.
- Parameters:
dataChannel
- The configuration for the data channel artifacts concatenation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataChannel
default ArtifactsConcatenationConfiguration.Builder dataChannel(Consumer<DataChannelConcatenationConfiguration.Builder> dataChannel) The configuration for the data channel artifacts concatenation.
This is a convenience method that creates an instance of theDataChannelConcatenationConfiguration.Builder
avoiding the need to create one manually viaDataChannelConcatenationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataChannel(DataChannelConcatenationConfiguration)
.- Parameters:
dataChannel
- a consumer that will call methods onDataChannelConcatenationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transcriptionMessages
ArtifactsConcatenationConfiguration.Builder transcriptionMessages(TranscriptionMessagesConcatenationConfiguration transcriptionMessages) The configuration for the transcription messages artifacts concatenation.
- Parameters:
transcriptionMessages
- The configuration for the transcription messages artifacts concatenation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transcriptionMessages
default ArtifactsConcatenationConfiguration.Builder transcriptionMessages(Consumer<TranscriptionMessagesConcatenationConfiguration.Builder> transcriptionMessages) The configuration for the transcription messages artifacts concatenation.
This is a convenience method that creates an instance of theTranscriptionMessagesConcatenationConfiguration.Builder
avoiding the need to create one manually viaTranscriptionMessagesConcatenationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totranscriptionMessages(TranscriptionMessagesConcatenationConfiguration)
.- Parameters:
transcriptionMessages
- a consumer that will call methods onTranscriptionMessagesConcatenationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
meetingEvents
ArtifactsConcatenationConfiguration.Builder meetingEvents(MeetingEventsConcatenationConfiguration meetingEvents) The configuration for the meeting events artifacts concatenation.
- Parameters:
meetingEvents
- The configuration for the meeting events artifacts concatenation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meetingEvents
default ArtifactsConcatenationConfiguration.Builder meetingEvents(Consumer<MeetingEventsConcatenationConfiguration.Builder> meetingEvents) The configuration for the meeting events artifacts concatenation.
This is a convenience method that creates an instance of theMeetingEventsConcatenationConfiguration.Builder
avoiding the need to create one manually viaMeetingEventsConcatenationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomeetingEvents(MeetingEventsConcatenationConfiguration)
.- Parameters:
meetingEvents
- a consumer that will call methods onMeetingEventsConcatenationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compositedVideo
ArtifactsConcatenationConfiguration.Builder compositedVideo(CompositedVideoConcatenationConfiguration compositedVideo) The configuration for the composited video artifacts concatenation.
- Parameters:
compositedVideo
- The configuration for the composited video artifacts concatenation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compositedVideo
default ArtifactsConcatenationConfiguration.Builder compositedVideo(Consumer<CompositedVideoConcatenationConfiguration.Builder> compositedVideo) The configuration for the composited video artifacts concatenation.
This is a convenience method that creates an instance of theCompositedVideoConcatenationConfiguration.Builder
avoiding the need to create one manually viaCompositedVideoConcatenationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocompositedVideo(CompositedVideoConcatenationConfiguration)
.- Parameters:
compositedVideo
- a consumer that will call methods onCompositedVideoConcatenationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-