Class CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty>
- Enclosing interface:
CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty
@Stability(Stable)
public static final class CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationTransitEncryption(IResolvable destinationTransitEncryption) destinationTransitEncryption(CfnRouterOutput.MediaLiveTransitEncryptionProperty destinationTransitEncryption) mediaLiveInputArn(String mediaLiveInputArn) mediaLivePipelineId(String mediaLivePipelineId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationTransitEncryption
@Stability(Stable) public CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.Builder destinationTransitEncryption(IResolvable destinationTransitEncryption) Sets the value ofCfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.getDestinationTransitEncryption()- Parameters:
destinationTransitEncryption- The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This parameter is required. This configuration determines whether encryption keys are automatically managed by the service or manually managed through AWS Secrets Manager.- Returns:
this
-
destinationTransitEncryption
@Stability(Stable) public CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.Builder destinationTransitEncryption(CfnRouterOutput.MediaLiveTransitEncryptionProperty destinationTransitEncryption) Sets the value ofCfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.getDestinationTransitEncryption()- Parameters:
destinationTransitEncryption- The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This parameter is required. This configuration determines whether encryption keys are automatically managed by the service or manually managed through AWS Secrets Manager.- Returns:
this
-
mediaLiveInputArn
@Stability(Stable) public CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.Builder mediaLiveInputArn(String mediaLiveInputArn) Sets the value ofCfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.getMediaLiveInputArn()- Parameters:
mediaLiveInputArn- The ARN of the MediaLive input to connect to this router output.- Returns:
this
-
mediaLivePipelineId
@Stability(Stable) public CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.Builder mediaLivePipelineId(String mediaLivePipelineId) Sets the value ofCfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty.getMediaLivePipelineId()- Parameters:
mediaLivePipelineId- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty>- Returns:
- a new instance of
CfnRouterOutput.MediaLiveInputRouterOutputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-