Interface CreateMediaInsightsPipelineRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMediaPipelinesRequest.Builder,CopyableBuilder<CreateMediaInsightsPipelineRequest.Builder,CreateMediaInsightsPipelineRequest>,SdkBuilder<CreateMediaInsightsPipelineRequest.Builder,CreateMediaInsightsPipelineRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateMediaInsightsPipelineRequest
public static interface CreateMediaInsightsPipelineRequest.Builder extends ChimeSdkMediaPipelinesRequest.Builder, SdkPojo, CopyableBuilder<CreateMediaInsightsPipelineRequest.Builder,CreateMediaInsightsPipelineRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaKinesisVideoStreamSourceRuntimeConfiguration.builder().When the
Consumercompletes,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:
kinesisVideoStreamSourceRuntimeConfiguration(KinesisVideoStreamSourceRuntimeConfiguration)
-
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.Builderavoiding the need to create one manually viaKinesisVideoStreamRecordingSourceRuntimeConfiguration.builder().When the
Consumercompletes,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:
kinesisVideoStreamRecordingSourceRuntimeConfiguration(KinesisVideoStreamRecordingSourceRuntimeConfiguration)
-
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.Builderavoiding the need to create one manually viaS3RecordingSinkRuntimeConfiguration.builder().When the
Consumercompletes,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:
s3RecordingSinkRuntimeConfiguration(S3RecordingSinkRuntimeConfiguration)
-
tags
CreateMediaInsightsPipelineRequest.Builder tags(Collection<Tag> 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
CreateMediaInsightsPipelineRequest.Builder tags(Tag... 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
CreateMediaInsightsPipelineRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the media insights pipeline.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
clientRequestToken
CreateMediaInsightsPipelineRequest.Builder clientRequestToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateMediaInsightsPipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-