Interface Scte35InputScheduleActionSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Scte35InputScheduleActionSettings.Builder,
,Scte35InputScheduleActionSettings> SdkBuilder<Scte35InputScheduleActionSettings.Builder,
,Scte35InputScheduleActionSettings> SdkPojo
- Enclosing class:
Scte35InputScheduleActionSettings
public static interface Scte35InputScheduleActionSettings.Builder
extends SdkPojo, CopyableBuilder<Scte35InputScheduleActionSettings.Builder,Scte35InputScheduleActionSettings>
-
Method Summary
Modifier and TypeMethodDescriptioninputAttachmentNameReference
(String inputAttachmentNameReference) In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input.Whether the SCTE-35 input should be the active input or a fixed input.mode
(Scte35InputMode mode) Whether the SCTE-35 input should be the active input or a fixed input.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, sdkFields
-
Method Details
-
inputAttachmentNameReference
Scte35InputScheduleActionSettings.Builder inputAttachmentNameReference(String inputAttachmentNameReference) In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"- Parameters:
inputAttachmentNameReference
- In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
Whether the SCTE-35 input should be the active input or a fixed input.- Parameters:
mode
- Whether the SCTE-35 input should be the active input or a fixed input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
Whether the SCTE-35 input should be the active input or a fixed input.- Parameters:
mode
- Whether the SCTE-35 input should be the active input or a fixed input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-