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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
scteFilterWithStringsThe 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.
 
- 
scteFilterWithStringsThe 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.
 
- 
scteFilterThe 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.
 
- 
scteFilterThe 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.
 
 
-