Class StreamingImageEncryptionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.StreamingImageEncryptionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StreamingImageEncryptionConfiguration.Builder,StreamingImageEncryptionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class StreamingImageEncryptionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamingImageEncryptionConfiguration.Builder,StreamingImageEncryptionConfiguration>
Specifies how a streaming image is encrypted.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStreamingImageEncryptionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamingImageEncryptionConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyArn()The ARN for a KMS key that is used to encrypt studio data.StreamingImageEncryptionConfigurationKeyTypekeyType()The type of KMS key that is used to encrypt studio data.StringkeyTypeAsString()The type of KMS key that is used to encrypt studio data.List<SdkField<?>>sdkFields()static Class<? extends StreamingImageEncryptionConfiguration.Builder>serializableBuilderClass()StreamingImageEncryptionConfiguration.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
-
keyArn
public final String keyArn()
The ARN for a KMS key that is used to encrypt studio data.
- Returns:
- The ARN for a KMS key that is used to encrypt studio data.
-
keyType
public final StreamingImageEncryptionConfigurationKeyType keyType()
The type of KMS key that is used to encrypt studio data.
If the service returns an enum value that is not available in the current SDK version,
keyTypewill returnStreamingImageEncryptionConfigurationKeyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyTypeAsString().- Returns:
- The type of KMS key that is used to encrypt studio data.
- See Also:
StreamingImageEncryptionConfigurationKeyType
-
keyTypeAsString
public final String keyTypeAsString()
The type of KMS key that is used to encrypt studio data.
If the service returns an enum value that is not available in the current SDK version,
keyTypewill returnStreamingImageEncryptionConfigurationKeyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromkeyTypeAsString().- Returns:
- The type of KMS key that is used to encrypt studio data.
- See Also:
StreamingImageEncryptionConfigurationKeyType
-
toBuilder
public StreamingImageEncryptionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StreamingImageEncryptionConfiguration.Builder,StreamingImageEncryptionConfiguration>
-
builder
public static StreamingImageEncryptionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends StreamingImageEncryptionConfiguration.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.
-
-