Class StaticKeyProvider
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.StaticKeyProvider
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StaticKeyProvider.Builder,StaticKeyProvider>
@Generated("software.amazon.awssdk:codegen") public final class StaticKeyProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StaticKeyProvider.Builder,StaticKeyProvider>
Use these settings to set up encryption with a static key provider.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStaticKeyProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StaticKeyProvider.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyFormat()Relates to DRM implementation.StringkeyFormatVersions()Relates to DRM implementation.List<SdkField<?>>sdkFields()static Class<? extends StaticKeyProvider.Builder>serializableBuilderClass()StringstaticKeyValue()Relates to DRM implementation.StaticKeyProvider.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()Relates to DRM implementation.-
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
-
keyFormat
public final String keyFormat()
Relates to DRM implementation. Sets the value of the KEYFORMAT attribute. Must be 'identity' or a reverse DNS string. May be omitted to indicate an implicit value of 'identity'.- Returns:
- Relates to DRM implementation. Sets the value of the KEYFORMAT attribute. Must be 'identity' or a reverse DNS string. May be omitted to indicate an implicit value of 'identity'.
-
keyFormatVersions
public final String keyFormatVersions()
Relates to DRM implementation. Either a single positive integer version value or a slash delimited list of version values (1/2/3).- Returns:
- Relates to DRM implementation. Either a single positive integer version value or a slash delimited list of version values (1/2/3).
-
staticKeyValue
public final String staticKeyValue()
Relates to DRM implementation. Use a 32-character hexidecimal string to specify Key Value.- Returns:
- Relates to DRM implementation. Use a 32-character hexidecimal string to specify Key Value.
-
url
public final String url()
Relates to DRM implementation. The location of the license server used for protecting content.- Returns:
- Relates to DRM implementation. The location of the license server used for protecting content.
-
toBuilder
public StaticKeyProvider.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StaticKeyProvider.Builder,StaticKeyProvider>
-
builder
public static StaticKeyProvider.Builder builder()
-
serializableBuilderClass
public static Class<? extends StaticKeyProvider.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.
-
-