| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static Scte35InputScheduleActionSettings.Builder |
Scte35InputScheduleActionSettings.builder() |
Scte35InputScheduleActionSettings.Builder |
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.
|
Scte35InputScheduleActionSettings.Builder |
Scte35InputScheduleActionSettings.Builder.mode(Scte35InputMode mode)
Whether the SCTE-35 input should be the active input or a fixed input.
|
Scte35InputScheduleActionSettings.Builder |
Scte35InputScheduleActionSettings.Builder.mode(String mode)
Whether the SCTE-35 input should be the active input or a fixed input.
|
Scte35InputScheduleActionSettings.Builder |
Scte35InputScheduleActionSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Scte35InputScheduleActionSettings.Builder> |
Scte35InputScheduleActionSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ScheduleActionSettings.Builder |
ScheduleActionSettings.Builder.scte35InputSettings(Consumer<Scte35InputScheduleActionSettings.Builder> scte35InputSettings)
Action to specify scte35 input This is a convenience method that creates an instance of the
Scte35InputScheduleActionSettings.Builder avoiding the need to create one manually via
Scte35InputScheduleActionSettings.builder(). |
Copyright © 2022. All rights reserved.