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 interface
FileGroupSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileGroupSettings.Builder
builder()
String
destination()
Use Destination to specify the S3 output location and the output filename base.DestinationSettings
destinationSettings()
Settings associated with the destination.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends FileGroupSettings.Builder>
serializableBuilderClass()
FileGroupSettings.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-