Interface UpdateMediaInsightsPipelineConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkMediaPipelinesRequest.Builder
,CopyableBuilder<UpdateMediaInsightsPipelineConfigurationRequest.Builder,
,UpdateMediaInsightsPipelineConfigurationRequest> SdkBuilder<UpdateMediaInsightsPipelineConfigurationRequest.Builder,
,UpdateMediaInsightsPipelineConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateMediaInsightsPipelineConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..elements
(MediaInsightsPipelineConfigurationElement... elements) The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..identifier
(String identifier) The unique identifier for the resource to be updated.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.realTimeAlertConfiguration
(Consumer<RealTimeAlertConfiguration.Builder> realTimeAlertConfiguration) The configuration settings for real-time alerts for the media insights pipeline.realTimeAlertConfiguration
(RealTimeAlertConfiguration realTimeAlertConfiguration) The configuration settings for real-time alerts for the media insights pipeline.resourceAccessRoleArn
(String resourceAccessRoleArn) The ARN of the role used by the service to access Amazon Web Services resources.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 Details
-
identifier
The unique identifier for the resource to be updated. Valid values include the name and ARN of the media insights pipeline configuration.
- Parameters:
identifier
- The unique identifier for the resource to be updated. Valid values include the name and ARN of the media insights pipeline configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceAccessRoleArn
UpdateMediaInsightsPipelineConfigurationRequest.Builder resourceAccessRoleArn(String resourceAccessRoleArn) The ARN of the role used by the service to access Amazon Web Services resources.
- Parameters:
resourceAccessRoleArn
- The ARN of the role used by the service to access Amazon Web Services resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
realTimeAlertConfiguration
UpdateMediaInsightsPipelineConfigurationRequest.Builder realTimeAlertConfiguration(RealTimeAlertConfiguration realTimeAlertConfiguration) The configuration settings for real-time alerts for the media insights pipeline.
- Parameters:
realTimeAlertConfiguration
- The configuration settings for real-time alerts for the media insights pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
realTimeAlertConfiguration
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 viaRealTimeAlertConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torealTimeAlertConfiguration(RealTimeAlertConfiguration)
.- Parameters:
realTimeAlertConfiguration
- a consumer that will call methods onRealTimeAlertConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
elements
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..
- Parameters:
elements
- The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elements
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..
- Parameters:
elements
- The elements in the request, such as a processor for Amazon Transcribe or a sink for a Kinesis Data Stream..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elements
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 viaMediaInsightsPipelineConfigurationElement.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toelements(List<MediaInsightsPipelineConfigurationElement>)
.- Parameters:
elements
- a consumer that will call methods onMediaInsightsPipelineConfigurationElement.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateMediaInsightsPipelineConfigurationRequest.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
UpdateMediaInsightsPipelineConfigurationRequest.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.
-