public static interface MediaInsightsPipelineConfiguration.Builder extends SdkPojo, CopyableBuilder<MediaInsightsPipelineConfiguration.Builder,MediaInsightsPipelineConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMediaInsightsPipelineConfiguration.Builder mediaInsightsPipelineConfigurationName(String mediaInsightsPipelineConfigurationName)
The name of the configuration.
mediaInsightsPipelineConfigurationName - The name of the configuration.MediaInsightsPipelineConfiguration.Builder mediaInsightsPipelineConfigurationArn(String mediaInsightsPipelineConfigurationArn)
The ARN of the configuration.
mediaInsightsPipelineConfigurationArn - The ARN of the configuration.MediaInsightsPipelineConfiguration.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.MediaInsightsPipelineConfiguration.Builder realTimeAlertConfiguration(RealTimeAlertConfiguration realTimeAlertConfiguration)
Lists the rules that trigger a real-time alert.
realTimeAlertConfiguration - Lists the rules that trigger a real-time alert.default MediaInsightsPipelineConfiguration.Builder realTimeAlertConfiguration(Consumer<RealTimeAlertConfiguration.Builder> realTimeAlertConfiguration)
Lists the rules that trigger a real-time alert.
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)MediaInsightsPipelineConfiguration.Builder elements(Collection<MediaInsightsPipelineConfigurationElement> elements)
The elements in the configuration.
elements - The elements in the configuration.MediaInsightsPipelineConfiguration.Builder elements(MediaInsightsPipelineConfigurationElement... elements)
The elements in the configuration.
elements - The elements in the configuration.MediaInsightsPipelineConfiguration.Builder elements(Consumer<MediaInsightsPipelineConfigurationElement.Builder>... elements)
The elements in the configuration.
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) MediaInsightsPipelineConfiguration.Builder mediaInsightsPipelineConfigurationId(String mediaInsightsPipelineConfigurationId)
The ID of the configuration.
mediaInsightsPipelineConfigurationId - The ID of the configuration.MediaInsightsPipelineConfiguration.Builder createdTimestamp(Instant createdTimestamp)
The time at which the configuration was created.
createdTimestamp - The time at which the configuration was created.MediaInsightsPipelineConfiguration.Builder updatedTimestamp(Instant updatedTimestamp)
The time at which the configuration was last updated.
updatedTimestamp - The time at which the configuration was last updated.Copyright © 2023. All rights reserved.