Interface SdiSourceMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SdiSourceMapping.Builder,
,SdiSourceMapping> SdkBuilder<SdiSourceMapping.Builder,
,SdiSourceMapping> SdkPojo
- Enclosing class:
SdiSourceMapping
@Mutable
@NotThreadSafe
public static interface SdiSourceMapping.Builder
extends SdkPojo, CopyableBuilder<SdiSourceMapping.Builder,SdiSourceMapping>
-
Method Summary
Modifier and TypeMethodDescriptioncardNumber
(Integer cardNumber) A number that uniquely identifies the SDI card on the node hardware.channelNumber
(Integer channelNumber) A number that uniquely identifies a port on the SDI card.The ID of the SdiSource to associate with this port on this card.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cardNumber
A number that uniquely identifies the SDI card on the node hardware.- Parameters:
cardNumber
- A number that uniquely identifies the SDI card on the node hardware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelNumber
A number that uniquely identifies a port on the SDI card.- Parameters:
channelNumber
- A number that uniquely identifies a port on the SDI card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sdiSource
The ID of the SdiSource to associate with this port on this card. You can use the ListSdiSources operation to discover all the IDs.- Parameters:
sdiSource
- The ID of the SdiSource to associate with this port on this card. You can use the ListSdiSources operation to discover all the IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-