Interface CreateMediaInsightsPipelineRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkMediaPipelinesRequest.Builder
,CopyableBuilder<CreateMediaInsightsPipelineRequest.Builder,
,CreateMediaInsightsPipelineRequest> SdkBuilder<CreateMediaInsightsPipelineRequest.Builder,
,CreateMediaInsightsPipelineRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateMediaInsightsPipelineRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken
(String clientRequestToken) The unique identifier for the media insights pipeline request.kinesisVideoStreamRecordingSourceRuntimeConfiguration
(Consumer<KinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder> kinesisVideoStreamRecordingSourceRuntimeConfiguration) The runtime configuration for the Kinesis video recording stream source.kinesisVideoStreamRecordingSourceRuntimeConfiguration
(KinesisVideoStreamRecordingSourceRuntimeConfiguration kinesisVideoStreamRecordingSourceRuntimeConfiguration) The runtime configuration for the Kinesis video recording stream source.kinesisVideoStreamSourceRuntimeConfiguration
(Consumer<KinesisVideoStreamSourceRuntimeConfiguration.Builder> kinesisVideoStreamSourceRuntimeConfiguration) The runtime configuration for the Kinesis video stream source of the media insights pipeline.kinesisVideoStreamSourceRuntimeConfiguration
(KinesisVideoStreamSourceRuntimeConfiguration kinesisVideoStreamSourceRuntimeConfiguration) The runtime configuration for the Kinesis video stream source of the media insights pipeline.mediaInsightsPipelineConfigurationArn
(String mediaInsightsPipelineConfigurationArn) The ARN of the pipeline's configuration.mediaInsightsRuntimeMetadata
(Map<String, String> mediaInsightsRuntimeMetadata) The runtime metadata for the media insights pipeline.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.s3RecordingSinkRuntimeConfiguration
(Consumer<S3RecordingSinkRuntimeConfiguration.Builder> s3RecordingSinkRuntimeConfiguration) The runtime configuration for the S3 recording sink.s3RecordingSinkRuntimeConfiguration
(S3RecordingSinkRuntimeConfiguration s3RecordingSinkRuntimeConfiguration) The runtime configuration for the S3 recording sink.tags
(Collection<Tag> tags) The tags assigned to the media insights pipeline.tags
(Consumer<Tag.Builder>... tags) The tags assigned to the media insights pipeline.The tags assigned to the media insights pipeline.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chimesdkmediapipelines.model.ChimeSdkMediaPipelinesRequest.Builder
build
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
-
mediaInsightsPipelineConfigurationArn
CreateMediaInsightsPipelineRequest.Builder mediaInsightsPipelineConfigurationArn(String mediaInsightsPipelineConfigurationArn) The ARN of the pipeline's configuration.
- Parameters:
mediaInsightsPipelineConfigurationArn
- The ARN of the pipeline's configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kinesisVideoStreamSourceRuntimeConfiguration
CreateMediaInsightsPipelineRequest.Builder kinesisVideoStreamSourceRuntimeConfiguration(KinesisVideoStreamSourceRuntimeConfiguration kinesisVideoStreamSourceRuntimeConfiguration) The runtime configuration for the Kinesis video stream source of the media insights pipeline.
- Parameters:
kinesisVideoStreamSourceRuntimeConfiguration
- The runtime configuration for the Kinesis video stream source of the media insights pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kinesisVideoStreamSourceRuntimeConfiguration
default CreateMediaInsightsPipelineRequest.Builder kinesisVideoStreamSourceRuntimeConfiguration(Consumer<KinesisVideoStreamSourceRuntimeConfiguration.Builder> kinesisVideoStreamSourceRuntimeConfiguration) The runtime configuration for the Kinesis video stream source of the media insights pipeline.
This is a convenience method that creates an instance of theKinesisVideoStreamSourceRuntimeConfiguration.Builder
avoiding the need to create one manually viaKinesisVideoStreamSourceRuntimeConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokinesisVideoStreamSourceRuntimeConfiguration(KinesisVideoStreamSourceRuntimeConfiguration)
.- Parameters:
kinesisVideoStreamSourceRuntimeConfiguration
- a consumer that will call methods onKinesisVideoStreamSourceRuntimeConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mediaInsightsRuntimeMetadata
CreateMediaInsightsPipelineRequest.Builder mediaInsightsRuntimeMetadata(Map<String, String> mediaInsightsRuntimeMetadata) The runtime metadata for the media insights pipeline. Consists of a key-value map of strings.
- Parameters:
mediaInsightsRuntimeMetadata
- The runtime metadata for the media insights pipeline. Consists of a key-value map of strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kinesisVideoStreamRecordingSourceRuntimeConfiguration
CreateMediaInsightsPipelineRequest.Builder kinesisVideoStreamRecordingSourceRuntimeConfiguration(KinesisVideoStreamRecordingSourceRuntimeConfiguration kinesisVideoStreamRecordingSourceRuntimeConfiguration) The runtime configuration for the Kinesis video recording stream source.
- Parameters:
kinesisVideoStreamRecordingSourceRuntimeConfiguration
- The runtime configuration for the Kinesis video recording stream source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kinesisVideoStreamRecordingSourceRuntimeConfiguration
default CreateMediaInsightsPipelineRequest.Builder kinesisVideoStreamRecordingSourceRuntimeConfiguration(Consumer<KinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder> kinesisVideoStreamRecordingSourceRuntimeConfiguration) The runtime configuration for the Kinesis video recording stream source.
This is a convenience method that creates an instance of theKinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder
avoiding the need to create one manually viaKinesisVideoStreamRecordingSourceRuntimeConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokinesisVideoStreamRecordingSourceRuntimeConfiguration(KinesisVideoStreamRecordingSourceRuntimeConfiguration)
.- Parameters:
kinesisVideoStreamRecordingSourceRuntimeConfiguration
- a consumer that will call methods onKinesisVideoStreamRecordingSourceRuntimeConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3RecordingSinkRuntimeConfiguration
CreateMediaInsightsPipelineRequest.Builder s3RecordingSinkRuntimeConfiguration(S3RecordingSinkRuntimeConfiguration s3RecordingSinkRuntimeConfiguration) The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings in
S3RecordingSinkConfiguration
.- Parameters:
s3RecordingSinkRuntimeConfiguration
- The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings inS3RecordingSinkConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3RecordingSinkRuntimeConfiguration
default CreateMediaInsightsPipelineRequest.Builder s3RecordingSinkRuntimeConfiguration(Consumer<S3RecordingSinkRuntimeConfiguration.Builder> s3RecordingSinkRuntimeConfiguration) The runtime configuration for the S3 recording sink. If specified, the settings in this structure override any settings in
This is a convenience method that creates an instance of theS3RecordingSinkConfiguration
.S3RecordingSinkRuntimeConfiguration.Builder
avoiding the need to create one manually viaS3RecordingSinkRuntimeConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3RecordingSinkRuntimeConfiguration(S3RecordingSinkRuntimeConfiguration)
.- Parameters:
s3RecordingSinkRuntimeConfiguration
- a consumer that will call methods onS3RecordingSinkRuntimeConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags assigned to the media insights pipeline.
- Parameters:
tags
- The tags assigned to the media insights pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the media insights pipeline.
- Parameters:
tags
- The tags assigned to the media insights pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the media insights pipeline.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientRequestToken
The unique identifier for the media insights pipeline request.
- Parameters:
clientRequestToken
- The unique identifier for the media insights pipeline request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateMediaInsightsPipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateMediaInsightsPipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-