Interface SdiSourceMappingUpdateRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SdiSourceMappingUpdateRequest.Builder,
,SdiSourceMappingUpdateRequest> SdkBuilder<SdiSourceMappingUpdateRequest.Builder,
,SdiSourceMappingUpdateRequest> SdkPojo
- Enclosing class:
SdiSourceMappingUpdateRequest
@Mutable
@NotThreadSafe
public static interface SdiSourceMappingUpdateRequest.Builder
extends SdkPojo, CopyableBuilder<SdiSourceMappingUpdateRequest.Builder,SdiSourceMappingUpdateRequest>
-
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 card.The ID of a SDI source streaming on the given SDI capture card port.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. For information about how physical cards are identified on your node hardware, see the documentation for your node hardware. The numbering always starts at 1.- Parameters:
cardNumber
- A number that uniquely identifies the SDI card on the node hardware. For information about how physical cards are identified on your node hardware, see the documentation for your node hardware. The numbering always starts at 1.- 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 card. This must be an SDI port (not a timecode port, for example). For information about how ports are identified on physical cards, see the documentation for your node hardware.- Parameters:
channelNumber
- A number that uniquely identifies a port on the card. This must be an SDI port (not a timecode port, for example). For information about how ports are identified on physical cards, see the documentation for your node hardware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sdiSource
The ID of a SDI source streaming on the given SDI capture card port.- Parameters:
sdiSource
- The ID of a SDI source streaming on the given SDI capture card port.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-