Class FileGroupSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.FileGroupSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FileGroupSettings.Builder,FileGroupSettings>
@Generated("software.amazon.awssdk:codegen") public final class FileGroupSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileGroupSettings.Builder,FileGroupSettings>
Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileGroupSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileGroupSettings.Builderbuilder()Stringdestination()Use Destination to specify the S3 output location and the output filename base.DestinationSettingsdestinationSettings()Settings associated with the destination.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FileGroupSettings.Builder>serializableBuilderClass()FileGroupSettings.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 String destination()
Use Destination to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.- Returns:
- Use Destination to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
-
destinationSettings
public final DestinationSettings destinationSettings()
Settings associated with the destination. Will vary based on the type of destination- Returns:
- Settings associated with the destination. Will vary based on the type of destination
-
toBuilder
public FileGroupSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FileGroupSettings.Builder,FileGroupSettings>
-
builder
public static FileGroupSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends FileGroupSettings.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.
-
-