Interface Scte.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Scte.Builder,,Scte> SdkBuilder<Scte.Builder,,Scte> SdkPojo
- Enclosing class:
Scte
-
Method Summary
Modifier and TypeMethodDescriptionscteFilter(Collection<ScteFilter> scteFilter) The SCTE-35 message types that you want to be treated as ad markers in the output.scteFilter(ScteFilter... scteFilter) The SCTE-35 message types that you want to be treated as ad markers in the output.scteFilterWithStrings(String... scteFilter) The SCTE-35 message types that you want to be treated as ad markers in the output.scteFilterWithStrings(Collection<String> scteFilter) The SCTE-35 message types that you want to be treated as ad markers in the output.scteInSegments(String scteInSegments) Controls whether SCTE-35 messages are included in segment files.scteInSegments(ScteInSegments scteInSegments) Controls whether SCTE-35 messages are included in segment files.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
scteFilterWithStrings
The SCTE-35 message types that you want to be treated as ad markers in the output.
- Parameters:
scteFilter- The SCTE-35 message types that you want to be treated as ad markers in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scteFilterWithStrings
The SCTE-35 message types that you want to be treated as ad markers in the output.
- Parameters:
scteFilter- The SCTE-35 message types that you want to be treated as ad markers in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scteFilter
The SCTE-35 message types that you want to be treated as ad markers in the output.
- Parameters:
scteFilter- The SCTE-35 message types that you want to be treated as ad markers in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scteFilter
The SCTE-35 message types that you want to be treated as ad markers in the output.
- Parameters:
scteFilter- The SCTE-35 message types that you want to be treated as ad markers in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scteInSegments
Controls whether SCTE-35 messages are included in segment files.
-
None – SCTE-35 messages are not included in segments (default)
-
All – SCTE-35 messages are embedded in segment data
For DASH manifests, when set to
All, anInbandEventStreamtag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.- Parameters:
scteInSegments- Controls whether SCTE-35 messages are included in segment files.-
None – SCTE-35 messages are not included in segments (default)
-
All – SCTE-35 messages are embedded in segment data
For DASH manifests, when set to
All, anInbandEventStreamtag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
scteInSegments
Controls whether SCTE-35 messages are included in segment files.
-
None – SCTE-35 messages are not included in segments (default)
-
All – SCTE-35 messages are embedded in segment data
For DASH manifests, when set to
All, anInbandEventStreamtag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.- Parameters:
scteInSegments- Controls whether SCTE-35 messages are included in segment files.-
None – SCTE-35 messages are not included in segments (default)
-
All – SCTE-35 messages are embedded in segment data
For DASH manifests, when set to
All, anInbandEventStreamtag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-