Interface MediaConnectRouterOutputConnectionMap.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MediaConnectRouterOutputConnectionMap.Builder,,MediaConnectRouterOutputConnectionMap> SdkBuilder<MediaConnectRouterOutputConnectionMap.Builder,,MediaConnectRouterOutputConnectionMap> SdkPojo
- Enclosing class:
MediaConnectRouterOutputConnectionMap
@Mutable
@NotThreadSafe
public static interface MediaConnectRouterOutputConnectionMap.Builder
extends SdkPojo, CopyableBuilder<MediaConnectRouterOutputConnectionMap.Builder,MediaConnectRouterOutputConnectionMap>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the MediaConnect Router Input connected to pipeline 0.The ARN of the MediaConnect Router Input connected to pipeline 1.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
-
pipeline0
The ARN of the MediaConnect Router Input connected to pipeline 0.- Parameters:
pipeline0- The ARN of the MediaConnect Router Input connected to pipeline 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipeline1
The ARN of the MediaConnect Router Input connected to pipeline 1.- Parameters:
pipeline1- The ARN of the MediaConnect Router Input connected to pipeline 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-