Class Preset
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.Preset
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<Preset.Builder,Preset>
@Generated("software.amazon.awssdk:codegen") public final class Preset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Preset.Builder,Preset>
A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Preset.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
arn()
An identifier for this resource that is unique within all of AWS.static Preset.Builder
builder()
String
category()
An optional category you create to organize your presets.Instant
createdAt()
The timestamp in epoch seconds for preset creation.String
description()
An optional description you create for each preset.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastUpdated()
The timestamp in epoch seconds when the preset was last updated.String
name()
A name you create for each preset.List<SdkField<?>>
sdkFields()
static Class<? extends Preset.Builder>
serializableBuilderClass()
PresetSettings
settings()
Settings for presetPreset.Builder
toBuilder()
String
toString()
Returns a string representation of this object.Type
type()
A preset can be of two types: system or custom.String
typeAsString()
A preset can be of two types: system or custom.-
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
-
arn
public final String arn()
An identifier for this resource that is unique within all of AWS.- Returns:
- An identifier for this resource that is unique within all of AWS.
-
category
public final String category()
An optional category you create to organize your presets.- Returns:
- An optional category you create to organize your presets.
-
createdAt
public final Instant createdAt()
The timestamp in epoch seconds for preset creation.- Returns:
- The timestamp in epoch seconds for preset creation.
-
description
public final String description()
An optional description you create for each preset.- Returns:
- An optional description you create for each preset.
-
lastUpdated
public final Instant lastUpdated()
The timestamp in epoch seconds when the preset was last updated.- Returns:
- The timestamp in epoch seconds when the preset was last updated.
-
name
public final String name()
A name you create for each preset. Each name must be unique within your account.- Returns:
- A name you create for each preset. Each name must be unique within your account.
-
settings
public final PresetSettings settings()
Settings for preset- Returns:
- Settings for preset
-
type
public final Type type()
A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user.If the service returns an enum value that is not available in the current SDK version,
type
will returnType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user.
- See Also:
Type
-
typeAsString
public final String typeAsString()
A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user.If the service returns an enum value that is not available in the current SDK version,
type
will returnType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromtypeAsString()
.- Returns:
- A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user.
- See Also:
Type
-
toBuilder
public Preset.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<Preset.Builder,Preset>
-
builder
public static Preset.Builder builder()
-
serializableBuilderClass
public static Class<? extends Preset.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.
-
-