Interface Scte.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Scte.Builder,Scte>,SdkBuilder<Scte.Builder,Scte>,SdkPojo
- Enclosing class:
- Scte
public static interface Scte.Builder extends SdkPojo, CopyableBuilder<Scte.Builder,Scte>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Scte.BuilderscteFilter(Collection<ScteFilter> scteFilter)The SCTE-35 message types that you want to be treated as ad markers in the output.Scte.BuilderscteFilter(ScteFilter... scteFilter)The SCTE-35 message types that you want to be treated as ad markers in the output.Scte.BuilderscteFilterWithStrings(String... scteFilter)The SCTE-35 message types that you want to be treated as ad markers in the output.Scte.BuilderscteFilterWithStrings(Collection<String> scteFilter)The SCTE-35 message types that you want to be treated as ad markers in the output.-
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
-
scteFilterWithStrings
Scte.Builder scteFilterWithStrings(Collection<String> 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.
-
scteFilterWithStrings
Scte.Builder scteFilterWithStrings(String... 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
Scte.Builder scteFilter(Collection<ScteFilter> 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
Scte.Builder scteFilter(ScteFilter... 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.
-
-