Interface ClippingConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClippingConfig.Builder,,ClippingConfig> SdkBuilder<ClippingConfig.Builder,,ClippingConfig> SdkPojo
- Enclosing class:
ClippingConfig
@Mutable
@NotThreadSafe
public static interface ClippingConfig.Builder
extends SdkPojo, CopyableBuilder<ClippingConfig.Builder,ClippingConfig>
-
Method Summary
Modifier and TypeMethodDescriptioncallbackMetadata(String callbackMetadata) A string that you want Elemental Inference to always include in the event clipping metadata for this output.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
-
callbackMetadata
A string that you want Elemental Inference to always include in the event clipping metadata for this output. The string might identify the sports event in the source media, for example.
- Parameters:
callbackMetadata- A string that you want Elemental Inference to always include in the event clipping metadata for this output. The string might identify the sports event in the source media, for example.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-