Interface MediaConnectFlowRouterInputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MediaConnectFlowRouterInputConfiguration.Builder,,MediaConnectFlowRouterInputConfiguration> SdkBuilder<MediaConnectFlowRouterInputConfiguration.Builder,,MediaConnectFlowRouterInputConfiguration> SdkPojo
- Enclosing class:
MediaConnectFlowRouterInputConfiguration
@Mutable
@NotThreadSafe
public static interface MediaConnectFlowRouterInputConfiguration.Builder
extends SdkPojo, CopyableBuilder<MediaConnectFlowRouterInputConfiguration.Builder,MediaConnectFlowRouterInputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the flow to connect to.flowOutputArn(String flowOutputArn) The ARN of the flow output to connect to this router input.sourceTransitDecryption(Consumer<FlowTransitEncryption.Builder> sourceTransitDecryption) The decryption configuration for the flow source when connected to this router input.sourceTransitDecryption(FlowTransitEncryption sourceTransitDecryption) The decryption configuration for the flow source when connected to this router input.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
-
flowArn
The ARN of the flow to connect to.
- Parameters:
flowArn- The ARN of the flow to connect to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowOutputArn
The ARN of the flow output to connect to this router input.
- Parameters:
flowOutputArn- The ARN of the flow output to connect to this router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceTransitDecryption
MediaConnectFlowRouterInputConfiguration.Builder sourceTransitDecryption(FlowTransitEncryption sourceTransitDecryption) The decryption configuration for the flow source when connected to this router input.
- Parameters:
sourceTransitDecryption- The decryption configuration for the flow source when connected to this router input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceTransitDecryption
default MediaConnectFlowRouterInputConfiguration.Builder sourceTransitDecryption(Consumer<FlowTransitEncryption.Builder> sourceTransitDecryption) The decryption configuration for the flow source when connected to this router input.
This is a convenience method that creates an instance of theFlowTransitEncryption.Builderavoiding the need to create one manually viaFlowTransitEncryption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceTransitDecryption(FlowTransitEncryption).- Parameters:
sourceTransitDecryption- a consumer that will call methods onFlowTransitEncryption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-