Class FrameCaptureGroupSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.FrameCaptureGroupSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FrameCaptureGroupSettings.Builder,FrameCaptureGroupSettings>
@Generated("software.amazon.awssdk:codegen") public final class FrameCaptureGroupSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FrameCaptureGroupSettings.Builder,FrameCaptureGroupSettings>
Frame Capture Group Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFrameCaptureGroupSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FrameCaptureGroupSettings.Builderbuilder()OutputLocationRefdestination()The destination for the frame capture files.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FrameCaptureCdnSettingsframeCaptureCdnSettings()Parameters that control interactions with the CDN.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FrameCaptureGroupSettings.Builder>serializableBuilderClass()FrameCaptureGroupSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
destination
public final OutputLocationRef destination()
The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling-). The final file names consist of the prefix from the destination field (for example, "curling-") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curling-low.00001.jpg- Returns:
- The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling-). The final file names consist of the prefix from the destination field (for example, "curling-") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curling-low.00001.jpg
-
frameCaptureCdnSettings
public final FrameCaptureCdnSettings frameCaptureCdnSettings()
Parameters that control interactions with the CDN.- Returns:
- Parameters that control interactions with the CDN.
-
toBuilder
public FrameCaptureGroupSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FrameCaptureGroupSettings.Builder,FrameCaptureGroupSettings>
-
builder
public static FrameCaptureGroupSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends FrameCaptureGroupSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-