Class StaticKeySettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.StaticKeySettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StaticKeySettings.Builder,StaticKeySettings>
@Generated("software.amazon.awssdk:codegen") public final class StaticKeySettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StaticKeySettings.Builder,StaticKeySettings>
Static Key Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStaticKeySettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StaticKeySettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InputLocationkeyProviderServer()The URL of the license server used for protecting content.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StaticKeySettings.Builder>serializableBuilderClass()StringstaticKeyValue()Static key value as a 32 character hexadecimal string.StaticKeySettings.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
-
keyProviderServer
public final InputLocation keyProviderServer()
The URL of the license server used for protecting content.- Returns:
- The URL of the license server used for protecting content.
-
staticKeyValue
public final String staticKeyValue()
Static key value as a 32 character hexadecimal string.- Returns:
- Static key value as a 32 character hexadecimal string.
-
toBuilder
public StaticKeySettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StaticKeySettings.Builder,StaticKeySettings>
-
builder
public static StaticKeySettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends StaticKeySettings.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-