Interface MediaConnectFlowRouterOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MediaConnectFlowRouterOutputConfiguration.Builder,,MediaConnectFlowRouterOutputConfiguration> SdkBuilder<MediaConnectFlowRouterOutputConfiguration.Builder,,MediaConnectFlowRouterOutputConfiguration> SdkPojo
- Enclosing class:
MediaConnectFlowRouterOutputConfiguration
@Mutable
@NotThreadSafe
public static interface MediaConnectFlowRouterOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<MediaConnectFlowRouterOutputConfiguration.Builder,MediaConnectFlowRouterOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationTransitEncryption(Consumer<FlowTransitEncryption.Builder> destinationTransitEncryption) The encryption configuration for the flow destination when connected to this router output.destinationTransitEncryption(FlowTransitEncryption destinationTransitEncryption) The encryption configuration for the flow destination when connected to this router output.The ARN of the flow to connect to this router output.flowSourceArn(String flowSourceArn) The ARN of the flow source to connect to this router output.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 this router output.
- Parameters:
flowArn- The ARN of the flow to connect to this router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowSourceArn
The ARN of the flow source to connect to this router output.
- Parameters:
flowSourceArn- The ARN of the flow source to connect to this router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationTransitEncryption
MediaConnectFlowRouterOutputConfiguration.Builder destinationTransitEncryption(FlowTransitEncryption destinationTransitEncryption) The encryption configuration for the flow destination when connected to this router output.
- Parameters:
destinationTransitEncryption- The encryption configuration for the flow destination when connected to this router output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationTransitEncryption
default MediaConnectFlowRouterOutputConfiguration.Builder destinationTransitEncryption(Consumer<FlowTransitEncryption.Builder> destinationTransitEncryption) The encryption configuration for the flow destination when connected to this router output.
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 todestinationTransitEncryption(FlowTransitEncryption).- Parameters:
destinationTransitEncryption- 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:
-