public static interface UpdateMediaInsightsPipelineConfigurationRequest.Builder extends ChimeSdkMediaPipelinesRequest.Builder, SdkPojo, CopyableBuilder<UpdateMediaInsightsPipelineConfigurationRequest.Builder,UpdateMediaInsightsPipelineConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMediaInsightsPipelineConfigurationRequest.Builder identifier(String identifier)
The unique identifier for the resource to be updated. Valid values include the name and ARN of the media insights pipeline configuration.
identifier - The unique identifier for the resource to be updated. Valid values include the name and ARN of the
media insights pipeline configuration.UpdateMediaInsightsPipelineConfigurationRequest.Builder resourceAccessRoleArn(String resourceAccessRoleArn)
The ARN of the role used by the service to access Amazon Web Services resources.
resourceAccessRoleArn - The ARN of the role used by the service to access Amazon Web Services resources.UpdateMediaInsightsPipelineConfigurationRequest.Builder realTimeAlertConfiguration(RealTimeAlertConfiguration realTimeAlertConfiguration)
The configuration settings for real-time alerts for the media insights pipeline.
realTimeAlertConfiguration - The configuration settings for real-time alerts for the media insights pipeline.default UpdateMediaInsightsPipelineConfigurationRequest.Builder realTimeAlertConfiguration(Consumer<RealTimeAlertConfiguration.Builder> realTimeAlertConfiguration)
The configuration settings for real-time alerts for the media insights pipeline.
This is a convenience method that creates an instance of theRealTimeAlertConfiguration.Builder
avoiding the need to create one manually via RealTimeAlertConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to realTimeAlertConfiguration(RealTimeAlertConfiguration).
realTimeAlertConfiguration - a consumer that will call methods on RealTimeAlertConfiguration.BuilderrealTimeAlertConfiguration(RealTimeAlertConfiguration)UpdateMediaInsightsPipelineConfigurationRequest.Builder elements(Collection<MediaInsightsPipelineConfigurationElement> elements)
The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..
elements - The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data
Stream..UpdateMediaInsightsPipelineConfigurationRequest.Builder elements(MediaInsightsPipelineConfigurationElement... elements)
The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..
elements - The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data
Stream..UpdateMediaInsightsPipelineConfigurationRequest.Builder elements(Consumer<MediaInsightsPipelineConfigurationElement.Builder>... elements)
The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..
This is a convenience method that creates an instance of theMediaInsightsPipelineConfigurationElement.Builder
avoiding the need to create one manually via
MediaInsightsPipelineConfigurationElement.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #elements(List.
elements - a consumer that will call methods on
MediaInsightsPipelineConfigurationElement.Builder#elements(java.util.Collection) UpdateMediaInsightsPipelineConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMediaInsightsPipelineConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.