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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Scte35InputScheduleActionSettings.BuilderinputAttachmentNameReference(String inputAttachmentNameReference)In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input.Scte35InputScheduleActionSettings.Buildermode(String mode)Whether the SCTE-35 input should be the active input or a fixed input.Scte35InputScheduleActionSettings.Buildermode(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 Detail
-
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
Scte35InputScheduleActionSettings.Builder mode(String 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:
Scte35InputMode,Scte35InputMode
-
mode
Scte35InputScheduleActionSettings.Builder mode(Scte35InputMode 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:
Scte35InputMode,Scte35InputMode
-
-