Interface MediaInsightsPipelineConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MediaInsightsPipelineConfiguration.Builder,MediaInsightsPipelineConfiguration>,SdkBuilder<MediaInsightsPipelineConfiguration.Builder,MediaInsightsPipelineConfiguration>,SdkPojo
- Enclosing class:
- MediaInsightsPipelineConfiguration
public static interface MediaInsightsPipelineConfiguration.Builder extends SdkPojo, CopyableBuilder<MediaInsightsPipelineConfiguration.Builder,MediaInsightsPipelineConfiguration>
-
-
Method Summary
-
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 Detail
-
mediaInsightsPipelineConfigurationName
MediaInsightsPipelineConfiguration.Builder mediaInsightsPipelineConfigurationName(String mediaInsightsPipelineConfigurationName)
The name of the configuration.
- Parameters:
mediaInsightsPipelineConfigurationName- The name of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaInsightsPipelineConfigurationArn
MediaInsightsPipelineConfiguration.Builder mediaInsightsPipelineConfigurationArn(String mediaInsightsPipelineConfigurationArn)
The ARN of the configuration.
- Parameters:
mediaInsightsPipelineConfigurationArn- The ARN of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceAccessRoleArn
MediaInsightsPipelineConfiguration.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
MediaInsightsPipelineConfiguration.Builder realTimeAlertConfiguration(RealTimeAlertConfiguration realTimeAlertConfiguration)
Lists the rules that trigger a real-time alert.
- Parameters:
realTimeAlertConfiguration- Lists the rules that trigger a real-time alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
realTimeAlertConfiguration
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.Builderavoiding the need to create one manually viaRealTimeAlertConfiguration.builder().When the
Consumercompletes,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:
realTimeAlertConfiguration(RealTimeAlertConfiguration)
-
elements
MediaInsightsPipelineConfiguration.Builder elements(Collection<MediaInsightsPipelineConfigurationElement> elements)
The elements in the configuration.
- Parameters:
elements- The elements in the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elements
MediaInsightsPipelineConfiguration.Builder elements(MediaInsightsPipelineConfigurationElement... elements)
The elements in the configuration.
- Parameters:
elements- The elements in the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elements
MediaInsightsPipelineConfiguration.Builder elements(Consumer<MediaInsightsPipelineConfigurationElement.Builder>... elements)
The elements in the configuration.
This is a convenience method that creates an instance of theMediaInsightsPipelineConfigurationElement.Builderavoiding the need to create one manually viaMediaInsightsPipelineConfigurationElement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#elements(List.) - 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:
#elements(java.util.Collection)
-
mediaInsightsPipelineConfigurationId
MediaInsightsPipelineConfiguration.Builder mediaInsightsPipelineConfigurationId(String mediaInsightsPipelineConfigurationId)
The ID of the configuration.
- Parameters:
mediaInsightsPipelineConfigurationId- The ID of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
MediaInsightsPipelineConfiguration.Builder createdTimestamp(Instant createdTimestamp)
The time at which the configuration was created.
- Parameters:
createdTimestamp- The time at which the configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
MediaInsightsPipelineConfiguration.Builder updatedTimestamp(Instant updatedTimestamp)
The time at which the configuration was last updated.
- Parameters:
updatedTimestamp- The time at which the configuration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-