Class StudioEncryptionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.StudioEncryptionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StudioEncryptionConfiguration.Builder,StudioEncryptionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class StudioEncryptionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StudioEncryptionConfiguration.Builder,StudioEncryptionConfiguration>
Configuration of the encryption method that is used for the studio.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStudioEncryptionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StudioEncryptionConfiguration.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.StudioEncryptionConfigurationKeyTypekeyType()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 StudioEncryptionConfiguration.Builder>serializableBuilderClass()StudioEncryptionConfiguration.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 StudioEncryptionConfigurationKeyType 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 returnStudioEncryptionConfigurationKeyType.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:
StudioEncryptionConfigurationKeyType
-
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 returnStudioEncryptionConfigurationKeyType.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:
StudioEncryptionConfigurationKeyType
-
toBuilder
public StudioEncryptionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StudioEncryptionConfiguration.Builder,StudioEncryptionConfiguration>
-
builder
public static StudioEncryptionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends StudioEncryptionConfiguration.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.
-
-