Interface MediaCapturePipeline.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaCapturePipeline.Builder,
,MediaCapturePipeline> SdkBuilder<MediaCapturePipeline.Builder,
,MediaCapturePipeline> SdkPojo
- Enclosing class:
MediaCapturePipeline
-
Method Summary
Modifier and TypeMethodDescriptiondefault MediaCapturePipeline.Builder
chimeSdkMeetingConfiguration
(Consumer<ChimeSdkMeetingConfiguration.Builder> chimeSdkMeetingConfiguration) The configuration for a specified media pipeline.chimeSdkMeetingConfiguration
(ChimeSdkMeetingConfiguration chimeSdkMeetingConfiguration) The configuration for a specified media pipeline.createdTimestamp
(Instant createdTimestamp) The time at which the pipeline was created, in ISO 8601 format.mediaPipelineArn
(String mediaPipelineArn) The ARN of the media capture pipelinemediaPipelineId
(String mediaPipelineId) The ID of a media pipeline.ARN of the destination to which the media artifacts are saved.sinkIamRoleArn
(String sinkIamRoleArn) The Amazon Resource Name (ARN) of the sink role to be used withAwsKmsKeyId
inSseAwsKeyManagementParams
.Destination type to which the media artifacts are saved.sinkType
(MediaPipelineSinkType sinkType) Destination type to which the media artifacts are saved.ARN of the source from which the media artifacts are saved.sourceType
(String sourceType) Source type from which media artifacts are saved.sourceType
(MediaPipelineSourceType sourceType) Source type from which media artifacts are saved.default MediaCapturePipeline.Builder
sseAwsKeyManagementParams
(Consumer<SseAwsKeyManagementParams.Builder> sseAwsKeyManagementParams) An object that contains server side encryption parameters to be used by media capture pipeline.sseAwsKeyManagementParams
(SseAwsKeyManagementParams sseAwsKeyManagementParams) An object that contains server side encryption parameters to be used by media capture pipeline.The status of the media pipeline.status
(MediaPipelineStatus status) The status of the media pipeline.updatedTimestamp
(Instant updatedTimestamp) The time at which the pipeline was updated, in ISO 8601 format.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
-
mediaPipelineId
The ID of a media pipeline.
- Parameters:
mediaPipelineId
- The ID of a media pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaPipelineArn
The ARN of the media capture pipeline
- Parameters:
mediaPipelineArn
- The ARN of the media capture pipeline- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceType
Source type from which media artifacts are saved. You must use
ChimeMeeting
.- Parameters:
sourceType
- Source type from which media artifacts are saved. You must useChimeMeeting
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
Source type from which media artifacts are saved. You must use
ChimeMeeting
.- Parameters:
sourceType
- Source type from which media artifacts are saved. You must useChimeMeeting
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceArn
ARN of the source from which the media artifacts are saved.
- Parameters:
sourceArn
- ARN of the source from which the media artifacts are saved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the media pipeline.
- Parameters:
status
- The status of the media pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the media pipeline.
- Parameters:
status
- The status of the media pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sinkType
Destination type to which the media artifacts are saved. You must use an S3 Bucket.
- Parameters:
sinkType
- Destination type to which the media artifacts are saved. You must use an S3 Bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sinkType
Destination type to which the media artifacts are saved. You must use an S3 Bucket.
- Parameters:
sinkType
- Destination type to which the media artifacts are saved. You must use an S3 Bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sinkArn
ARN of the destination to which the media artifacts are saved.
- Parameters:
sinkArn
- ARN of the destination to which the media artifacts are saved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time at which the pipeline was created, in ISO 8601 format.
- Parameters:
createdTimestamp
- The time at which the pipeline was created, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
The time at which the pipeline was updated, in ISO 8601 format.
- Parameters:
updatedTimestamp
- The time at which the pipeline was updated, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeSdkMeetingConfiguration
MediaCapturePipeline.Builder chimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration chimeSdkMeetingConfiguration) The configuration for a specified media pipeline.
SourceType
must beChimeSdkMeeting
.- Parameters:
chimeSdkMeetingConfiguration
- The configuration for a specified media pipeline.SourceType
must beChimeSdkMeeting
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeSdkMeetingConfiguration
default MediaCapturePipeline.Builder chimeSdkMeetingConfiguration(Consumer<ChimeSdkMeetingConfiguration.Builder> chimeSdkMeetingConfiguration) The configuration for a specified media pipeline.
This is a convenience method that creates an instance of theSourceType
must beChimeSdkMeeting
.ChimeSdkMeetingConfiguration.Builder
avoiding the need to create one manually viaChimeSdkMeetingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration)
.- Parameters:
chimeSdkMeetingConfiguration
- a consumer that will call methods onChimeSdkMeetingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sseAwsKeyManagementParams
MediaCapturePipeline.Builder sseAwsKeyManagementParams(SseAwsKeyManagementParams sseAwsKeyManagementParams) An object that contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.
- Parameters:
sseAwsKeyManagementParams
- An object that contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseAwsKeyManagementParams
default MediaCapturePipeline.Builder sseAwsKeyManagementParams(Consumer<SseAwsKeyManagementParams.Builder> sseAwsKeyManagementParams) An object that contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.
This is a convenience method that creates an instance of theSseAwsKeyManagementParams.Builder
avoiding the need to create one manually viaSseAwsKeyManagementParams.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosseAwsKeyManagementParams(SseAwsKeyManagementParams)
.- Parameters:
sseAwsKeyManagementParams
- a consumer that will call methods onSseAwsKeyManagementParams.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sinkIamRoleArn
The Amazon Resource Name (ARN) of the sink role to be used with
AwsKmsKeyId
inSseAwsKeyManagementParams
.- Parameters:
sinkIamRoleArn
- The Amazon Resource Name (ARN) of the sink role to be used withAwsKmsKeyId
inSseAwsKeyManagementParams
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-