Interface Scte.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Scte.Builder,
,Scte> SdkBuilder<Scte.Builder,
,Scte> SdkPojo
- Enclosing class:
Scte
@Mutable
@NotThreadSafe
public static interface Scte.Builder
extends SdkPojo, CopyableBuilder<Scte.Builder,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.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, 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.
-