Interface MediaLiveChannelRouterInputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MediaLiveChannelRouterInputConfiguration.Builder,,MediaLiveChannelRouterInputConfiguration> SdkBuilder<MediaLiveChannelRouterInputConfiguration.Builder,,MediaLiveChannelRouterInputConfiguration> SdkPojo
- Enclosing class:
MediaLiveChannelRouterInputConfiguration
@Mutable
@NotThreadSafe
public static interface MediaLiveChannelRouterInputConfiguration.Builder
extends SdkPojo, CopyableBuilder<MediaLiveChannelRouterInputConfiguration.Builder,MediaLiveChannelRouterInputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmediaLiveChannelArn(String mediaLiveChannelArn) The ARN of the MediaLive channel to connect to this router input.mediaLiveChannelOutputName(String mediaLiveChannelOutputName) The name of the MediaLive channel output to connect to this router input.mediaLivePipelineId(String mediaLivePipelineId) The index of the MediaLive pipeline to connect to this router input.mediaLivePipelineId(MediaLiveChannelPipelineId mediaLivePipelineId) The index of the MediaLive pipeline to connect to this router input.sourceTransitDecryption(Consumer<MediaLiveTransitEncryption.Builder> sourceTransitDecryption) Sets the value of the SourceTransitDecryption property for this object.sourceTransitDecryption(MediaLiveTransitEncryption sourceTransitDecryption) Sets the value of the SourceTransitDecryption property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mediaLiveChannelArn
The ARN of the MediaLive channel to connect to this router input.
- Parameters:
mediaLiveChannelArn- The ARN of the MediaLive channel to connect to this router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaLivePipelineId
The index of the MediaLive pipeline to connect to this router input.
- Parameters:
mediaLivePipelineId- The index of the MediaLive pipeline to connect to this router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mediaLivePipelineId
MediaLiveChannelRouterInputConfiguration.Builder mediaLivePipelineId(MediaLiveChannelPipelineId mediaLivePipelineId) The index of the MediaLive pipeline to connect to this router input.
- Parameters:
mediaLivePipelineId- The index of the MediaLive pipeline to connect to this router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mediaLiveChannelOutputName
MediaLiveChannelRouterInputConfiguration.Builder mediaLiveChannelOutputName(String mediaLiveChannelOutputName) The name of the MediaLive channel output to connect to this router input.
- Parameters:
mediaLiveChannelOutputName- The name of the MediaLive channel output to connect to this router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceTransitDecryption
MediaLiveChannelRouterInputConfiguration.Builder sourceTransitDecryption(MediaLiveTransitEncryption sourceTransitDecryption) Sets the value of the SourceTransitDecryption property for this object.- Parameters:
sourceTransitDecryption- The new value for the SourceTransitDecryption property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceTransitDecryption
default MediaLiveChannelRouterInputConfiguration.Builder sourceTransitDecryption(Consumer<MediaLiveTransitEncryption.Builder> sourceTransitDecryption) Sets the value of the SourceTransitDecryption property for this object. This is a convenience method that creates an instance of theMediaLiveTransitEncryption.Builderavoiding the need to create one manually viaMediaLiveTransitEncryption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceTransitDecryption(MediaLiveTransitEncryption).- Parameters:
sourceTransitDecryption- a consumer that will call methods onMediaLiveTransitEncryption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-